/* CSS Document */


h1		{
		color: #FFFFFF;
		font-size: 24pt;
		}

h2		{
		color: #FFFFFF;
		font-style: italic;
		font-size: 14pt;
		}

h3		{
		color: #FFFFFF;
		font-size: 12pt;
		}		
		
a		{
		color: #FFFFFF;
		text-decoration: none;
		font-weight:bold;
		}

a:hover	{
		
		text-decoration:underline;
		font-weight:bold;
		}		

body	{
		margin:0px;
		background-color:#003300;
		font-family: Arial;
		font-size: 12pt;
		color:#FFFFFF;
		}
		
.TrainingBody{
background-color:#FFFFFF;
color:#666666;
background-image:url(images/training_bg.gif);
background-repeat:repeat-y;
background-position:left;
}
.Training{
color:#666666;
}

#curve	{
		position:absolute;
		left:0px;
		top:0px;
		}	
	
#mid	{
	position:absolute;
	left:230px;
	top:4px;
	width: 609px;
	height: 564px;

		}

#links	{
		position:absolute;
		left:9px;
		top:62px;
		}
#linksT	{
		position:absolute;
		left:9px;
		top:28px;
		}

.comp	{
		font-size: 10pt;
		color:#FFFF00;
		font-style: italic;
	
		}	

		
.ems a	{
		color: #FFC300;
		text-decoration: none;
		align: center;
		}

.ems a:hover	{
		color: #FFC300;
		text-decoration: none;
		font-weight:bold;
		}
		
.sublinks a		{
	color:#FFFFFF;
    font-size: 10pt;
	margin: 0px;
	text-decoration:none;

		}

.sublinks a:hover	{
		color: #FFFFFF;
    	font-size: 10pt;
		text-decoration: none;
		margin: 0px;
		font-weight:bold;
		}	
.Training a, .Training a:visited	{
	color:#666666;
    font-size: 10px;
	margin: 0px;
	text-decoration:none;
	font-weight:bold;
		}

.Training a:hover	{
		color: #333333;
    	font-size: 10px;
		text-decoration: none;
		margin: 0px;
		font-weight:bold;
		}		
.TrainingSmall a, .TrainingSmall a:visited	{
	color:#666666;
    font-size: 8pt;
	margin: 0px;
	text-decoration:none;
	font-weight:bold;
		}

.TrainingSmall a:hover	{
		color: #333333;
    	font-size: 8pt;
		text-decoration: none;
		margin: 0px;
		font-weight:bold;
		}		
