/* CSS Document */
BODY
{
	font-family: 		Tahoma, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	background-color:	white;
	color: 				black;
	margin:				0px;
}

P
{
	margin:				15px;
	text-align:			justify;
}

H1
{
	margin:				10px;
	font-size:			24px;
	text-align:			center;
}

H2
{
	color:				#FE5A00;
	margin:				10px;
	font-size:			13px;
}

H3
{
	margin:				10px;
	color:				#FE5A00;
	font-size:			13px;
}

H4
{
	color:				#FE5A00;
	margin:				10px;
	font-size:			13px;
}

LI
{
	margin:				15px;
}

TABLE.sidebar
{
	background-color:	#EBEBEB;
	font-family: 		Tahoma, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000000;
	vertical-align:		top;
}

TABLE.abilities
{
}


TABLE.abilities TD
{
	padding-bottom:		10px;
	padding-left:		25px;
	padding-right: 		25px;
}

IMG 
{
	border: 			none;
}


A, A:link, A:visited, A:active 	
{ 
	color: 					#6768B6;
	text-decoration: 		underline; 
	font-weight:			bold;
} 


A:hover	
{ 
	color: 					#FE5A00;  
	text-decoration:		underline;
	font-weight:			bold;
}

B
{
	color:					#FE5A00;
}



.bgdown 
{
	background-image:		url(/images/bgbig.gif)
	background-repeat: 		no-repeat;
	background-position: 	bottom;
}

TABLE.style13 {
	color: #9D9D9D;
	font-size: 12px;
}