/* Links */

.mainlink:link
{
     font-size: 12px;
     color: #304E59;
     font-family: arial;
     font-weight: bold;
     text-decoration: none;
}

.mainlink:visited
{
     font-size: 12px;
     color: #304E59;
     font-family: arial;
     font-weight: bold;
     text-decoration: none;
}

.mainlink:hover
{
     font-size: 12px;
     color: #7ABFFF;
     font-family: arial;
     font-weight: bold;
     text-decoration: none;
}
.menulink
{
     font-size: 14px;
     color: #FF7B00;
     font-family: arial;
     font-weight: bold;
     text-decoration: none;
}

.menulink:link
{
     font-size: 11px;
     color: #FF7B00;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

.menulink:visited
{
     font-size: 11px;
     color: #FF7B00;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

.menulink:hover
{
     font-size: 11px;
     color: #2BBCF2;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

/* Content */

.footer
{
     font-size: 11px;
     color: #666666;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

.xsmall
{
     font-size: 11px;
     color: #333333;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

.small
{
     font-size: 11px;
     color: #333333;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

.text
{
     font-size: 12px;
     color: #000000;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

.bold, b
{
     font-size: 12px;
     color: #000000;
     font-family: arial;
     font-weight: bold;
     text-decoration: none;
}

.italic, i
{
     font-size: 10px;
     color: #666666;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
     font-style: italic;
}

.border
{
     border: 1px solid #CCEEFF;
     padding: 2x;
     font-size: 11px;
     color: #000000;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;
}

.blackitalic
{
     font-size: 12px;
     color: #000000;
     font-family: arial;
     font-weight: normal;
     font-style: italic;
}

.gradient
{
     font-size: 12px;
     color: #000000;
     font-family: arial;
     font-weight: bold;
     text-decoration: none;	
     background-attachment : fixed;
	background-image : url(/images/gradient.gif);
	background-position : top left;
	background-repeat : no-repeat;
}

.orange
{
     font-size: 11px;
     padding: 2px;
     width: 202px;
     height: 23px;
     color: #FFFFFF;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;	
     background-attachment : fixed;
	background-image : url(/images/heading-orange.gif);
	background-position : top left;
	background-repeat : no-repeat;
}

.active
{
     font-size: 12px;
     color: #000000;
     font-family: arial;
     font-weight: normal;
     text-decoration: none;	
     border: 1px solid #999999;
}

.padded
{
     padding: 2px;
}

/* Forms */

select, option, input, textarea
{
     font-size: 11px;
     color: #000000;
     font-family: arial;
     font-weight: normal;
     border: 1px solid #2BBCF2;
}

