/* CSS Document */
html,body
{
margin: 0px 0px 0px 0px;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.bodytext {font-size: 12px}
.requiredfield {color: #FF0000; font-size: 12px}
.webdesigngt { font-size: 11px;	font-weight: bold; }


.header
{
background: url(images/header3.jpg);
text-align: right;
vertical-align: bottom;
}
.header table.nav
{
height: 20px;
}


.small,.red {
width: 80px;
padding: 0px 1px 0px 1px;
text-align: center;
height: 100%;
line-height: 18px;
}
.big {
width: 130px;
padding: 0px 1px 0px 1px;
text-align: center;
height: 100%;
line-height: 18px;
}

.small a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background: url(images/tabs.gif);
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
}
.small span {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background: url(images/tabs2.gif);
width: 100%;
height: 100%;
color: #FFFFFF;
text-decoration: none;
display: block;
}
.small a:hover {
background: url(images/tabs2.gif);
}


.red a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background: url(images/tabr.gif);
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
}
.red span {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background: url(images/tabr2.gif);
width: 100%;
height: 100%;
color: #FFFFFF;
text-decoration: none;
display: block;
}
.red a:hover {
background: url(images/tabr2.gif);
}

.big a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background: url(images/tab.gif);
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
}
.big span {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background: url(images/tab2.gif);
width: 100%;
height: 100%;
color: #FFFFFF;
text-decoration: none;
display: block;
}
.big a:hover {
background: url(images/tab2.gif);
}






.left
{
background: url(images/left.gif);
}
.right
{
background: url(images/right.gif);
}
.content
{
border-top: 10px solid #6699CC;
background-color: #FFFFFF;
height: 100%;
vertical-align: top;
}
.content2
{
border-top: 10px solid #D63E25;
background-color: #FFFFFF;
height: 100%;
vertical-align: top;
}
.footer
{
font-size: 10px;
text-align: center;
background-color: #6699CC;
padding: 2px 0px 4px 0px;
}

a.Links {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.Links:visited {
	color: #000000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	text-decoration: none;
}

a.Links:hover {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.Links:active {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}


