/* CSS Document */

body{
	background-image:url(images/bg.gif);
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	}
	
.pageTitle {
	font-family: Tahoma, Verdana, Arial;
	font-size:15px;
	color:#0b274f;
	font-weight:bold;
	line-height:double;
	text-transform:uppercase;
	}
.bodytext{

	font-family: Tahoma, Verdana, Arial;
	font-size:10pt;
	color:#8f7156;
	line-height:normal;

}

.bodylink{

	font-family: Tahoma, Verdana, Arial;
	font-size:10pt;
	color:#0b274f;
	text-decoration:underline;
	line-height:normal;
	}
:hover.bodylink{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#8E9284;
	text-decoration:none;
	line-height:normal;
	}
	
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#8f7156;
	text-decoration:none;
	line-height:normal;
	
	}
:hover.footer{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#0b274f;
	text-decoration:underline;
	line-height:normal;
	
	}
.caption {
	text-align:center;
	font-weight:bold;
	font-family:tahoma;
	font-size:10px;
	color:#FFFFFF;
}
table.little {
	
	border-width: 2px;
	border-spacing:0;
	border-style:Solid;
	border-color:#0B274F;
	border-collapse:  collapse;
	background-color:#96ABC0;
}

table.sample {
	table-layout:fixed;
	height:120px;
	width:100px;
	border-width: 2px;
	border-spacing:0;
	border-style:Solid;
	border-color:#0B274F;
	border-collapse:  collapse;
	background-color:#96ABC0;
}

table.sample tr.td {
	border-width: 0px;
	padding: 0px;
	background-color:#e9dfcb;
	}
table.sample tr.td.odd {
	border-width: 0px;
	padding: 0px;
	background-color:#e9dfcb;
	}


