/* CSS Document */

/*BODY {
	SCROLLBAR-FACE-COLOR: #FF6903;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF6903;
	SCROLLBAR-SHADOW-COLOR: #FF6903;
	SCROLLBAR-3DLIGHT-COLOR: #FF6903;
	SCROLLBAR-ARROW-COLOR: #FF6903;
	SCROLLBAR-TRACK-COLOR: #BFFF00;
}*/

A:link { COLOR: #FF6903; TEXT-DECORATION: none }
A:visited { COLOR: #BDDBFF; TEXT-DECORATION: none }
A:active { COLOR: #BDDBFF; TEXT-DECORATION: none }
A:hover { COLOR: #BDDBFF; TEXT-DECORATION: none }

.body_white{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: repeat;
}

.body_grey{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: repeat;
}