html,BODY

 {
	/*background-image : url(images/bg.gif);
	background-repeat : repeat-y;*/
	background-color : #FFFFFF;
	height : 100%;
	text-align : center;
	font-family: sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 16px; 
}



A:link {
font-size: 12px;
text-decoration: underline;
color: #FA8E20;
}

A:visited {
font-size: 12px;
text-decoration: underline; 
color: #D17210;
}

A:active {
font-size: 12px;
text-decoration: underline; 
color: #FFB161;
}

A:hover {
font-size: 12px;
text-decoration: underline; 
color: #FFB161;
}

TD {
	font-family: sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

UL { list-style-image: url(images/bullet.gif); }


#container
{
margin : 0 auto;
width : 776px;
height : 100%;
background-color : FFFFFF;

}

.strong
{ 
font-family: sans-serif; 
font-size: 12px;
color: #D17210;
}

.grey
{ 
font-family: sans-serif; 
font-size: 12px;
color: #7e7e7e;
}

#blueBG
{
background-color: #E8F2FE;
padding: 10px;
}

.orangeBG
{
background-color: FDF7F1;
}


.orangeBG2
{
	background-color: FEF2E4;
	margin-bottom: 10px;
	margin-top: 10px;
}


.floatleft {
	float: left;
	margin: 4 10 10 0;
}

