/* CSS Document */
body  {

	font-family:  Verdana, Helvetica, Arial, Geneva;
	
	font-size:  11px;
	
	color:  #666;
	
	line-height: 16px;
	
	background-color:  #FFF;
	
	direction:;

	background-attachment: fixed;

	scrollbar-arrow-color: 666;

	scrollbar-track-color: FFFFFF;

	scrollbar-face-color: FFFFFF;

	scrollbar-highlight-color: 666;

	scrollbar-3dlight-color: FFFFFF;

	scrollbar-darkshadow-color: FFFFFF;

	scrollbar-shadow-color: 666;
	
}

td, th {

	font-family:  Verdana, Helvetica, Arial, Geneva;
	
	font-size:  11px;
	
	color:  #666;
	
	line-height: 16px;
	
}

A:link, A:visited, A:active {

	text-decoration:   none;
	
	font-attributes:  none;
	
	font-weight:  bold;
	
	color:  #660000;

}

A:hover {

	text-decoration:  underline;
	
}

A.smalllink:link, A.smalllink:visited, A.smalllink:active {

	font-family:  Verdana, Helvetica, Arial, Geneva;
	
	font-size:  10px;

	text-decoration:   underline;
	
	font-attributes:  none;
	
	color:  #660000;

}

A.smalllink:hover {

	text-decoration:  underline;
	
	color:  #990000;
	
}

.small {

	font-family:  Verdana, Helvetica, Arial, Geneva;
	
	font-size:  10px;
	
	line-height: 12px;
	
}

.big {

	font-family:  Verdana, Helvetica, Arial, Geneva;
	
	color:  #CC6600;
	
	font-size:  14px;
	
	font-weight:  bold;
	
	line-height: 20px;
	
}

.xbig {

	font-family:  Verdana, Helvetica, Arial, Geneva;
	
	font-size:  18px;
	
	font-weight:  bold;
	
	font-style:  italic;
	
}

.yellowbox {

	background-color: #FFFFCC;
	
	border-top-width: 1px;
	
	border-top-style: solid;
	
	border-top-color: #999;
	
	border-bottom-width:  1px;
	
	border-bottom-style:  solid;
	
	border-bottom-color:  #999;

}

.bottomstroke {

	border-bottom-width:  1px;
	
	border-bottom-style:  solid;
	
	border-bottom-color:  #999;

}

.topstroke {
	
	border-top-width: 1px;
	
	border-top-style: solid;
	
	border-top-color: #999;
	
}

.rightstroke {

	border-right-width: 1px;
	
	border-right-style: solid;
	
	border-right-color: #999;
	
}

.leftstroke {

	border-left-width: 1px;
	
	border-left-style: solid;
	
	border-left-color: #999;
	
}

.footer {

	font-size: 11px;
	
	line-height: 12px;
	
}

#rightside {
margin-left: -50px;
}

#rightside ul {
margin-top: 0px;
list-style: none;
}

#rightside li a{
font-size: 15px;
color: #FFF;
line-height: 30px;
text-decoration: none;
}

#rightside li a:hover{
text-decoration: underline;
}

#rightside li.more {
color: #ffffff;
}

.input, .textarea {

	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	BORDER-TOP:    #999 1px outset;  
	BORDER-LEFT:   #999 1px outset;  
	BORDER-BOTTOM: #999 1px inset;  
	BORDER-RIGHT:  #999 1px inset;   
	
}


.submit { 

	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC; 
	background: #660000; 
	BORDER-TOP:    #999 1px outset;  
	BORDER-LEFT:   #999 1px outset;  
	BORDER-BOTTOM: #999 1px outset;  
	BORDER-RIGHT:  #999 1px outset;   
}