body.main {
	background-attachment : fixed;
	background-image : url(background.gif);
	background-color : #cccccc;
	background-repeat : repeat-y;
	background-position : center top;
	margin : 0px;
	text-align : center;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-style : normal;
	line-height : 20px;
	color : Black;
}

p.silver {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	color: #cccccc;
	line-height : normal;
}

p.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #ffffff;
	line-height : 18px;
}

p.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000033;
}

h2.blue {
	color : #003366;
	border-bottom-width : 1px;
	border-color : #003366;
	border : thin solid #003366;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
}

h2.green {
	color : #006600;
	border-bottom-width : 1px;
	border-color : #006600;
	border : thin solid #006600;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
}

h3.blue {
	color : #003366;
}

h3.green {
	color : #006600;
}

b.green {
	color : #006600;
	font-size : 18px;
}

a.body:link {
	color : #003366;
}

a.body:visited {
	color : #003366;
}

a.body:active {
	color : #003366;
}

a.body:hover {
	color : #B7BDD0;
}

a.small {
	color : #000033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

p.small {
	color : #000033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}










