body {
	margin: 0px;
	padding: 0px;

}
table.main {
	background-image: url(images/main.jpg);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4178B1;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4178B1;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004080;
	margin: 10px;
	padding: 10px;
}
span.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004080;
	
	text-align: center;
}
td.b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #efefef;
	background-image: url(images/b_ds.jpg);
	background-repeat: repeat-x;
}
a.b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}

a.b:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4178B1;
	text-decoration: underline;
	}
a.m{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4178B1;
	text-decoration: none;
	font-weight: bold;
	}
a.m:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
	}
table.tablea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	
}
td.tdb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
th.tdb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
tr.even {
	background-color: #FfFfFf;
}
tr.uneven {
	background-color: #E8F8FF;
}

tr.box{
	background-image:url("images/boxHeader.jpg");
	width:150px;
	height:30px;
	color:#737373;
}
table.boxtext{
	border:1px solid #D2D2D2;
	background-color:#fbfbfb;
	font-size:14px;
}
