/* CSS Document */


/*----------------------------------------------------*/
/*------------------- F O N T S ----------------------*/
/*----------------------------------------------------*/


.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}


.maintxtlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}


.maintxtred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: 18px;
	color: #FF0000;
	text-decoration: none;
}


.maintxtwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}


.termstxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	line-height: 12px;
	color: #333;
	text-decoration: none;
}


.smalltitlesred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}


.smalltitlesgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
}

.smallertitlesgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}


.titlesgrey {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	text-decoration: none;
}


.titlesred {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	color: #FF0000;
	text-decoration: none;
}


.menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.welcometxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
}

/*----------------------------------------------------*/
/*----------------- B O R D E R S --------------------*/
/*----------------------------------------------------*/


.border { 
	border: 6px solid #FFFFFF;
}

.bordergrey { 
	border: 1px solid #666666;
}

.singleborderbottom {
border-bottom: 2px solid #666666;
}

.imgborder { 
	border: 1px solid #666666;
}



.leftimg {
float: left;
margin-right: 10px;
margin-bottom: 5px;
border: 1px solid #333333;
}


.rightimg {
float: right;
margin-left: 10px;
margin-bottom: 5px;
border: 1px solid #333333;
}


.leftimgnoborder {
float: left;
margin-right: 10px;
margin-bottom: 5px;
border: 1px solid #FFFFFF;
}




a:link1 {
	text-decoration: underline;
	color:#FFFFFF
}
a:visited1 {
	text-decoration: underline;
	color:#FFFFFF
}
a:hover1 {
	text-decoration: none;
	color:#FFFFFF
}
a:active1 {
	text-decoration: underline;
	color:#FFFFFF
}


/*----------------------------------------------------*/
/*------------------ S H A D O W ---------------------*/
/*----------------------------------------------------*/


.shadow{
border:8px solid white;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}


