body
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	vertical-align: top;
	list-style-type: square;
	text-align: center;
	background-color: gray;
	margin: 0px;
}
table
{
	vertical-align: top;
	text-align: left;
	background-image: url(Images/Background_Inner.jpg);
	background-repeat: repeat-x;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffff;
}
table.clear
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: transparent;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
td
{
	text-align: left;
	vertical-align: top;
	background-color:Transparent;
}
img
{
    margin: 0px;
    border: 0px;
    vertical-align: bottom;
}
A:link	
{	
	text-decoration:	none;
	color:	#000000;
	font-size:11px;
	
}	
A:visited
{	
	text-decoration:	none;
	color:	#000000;
	font-size:11px; 
}			
A:active
{	
	text-decoration:	none;
	color:	#000000;
	font-size:11px;	
}	
A:hover	
{	
	text-decoration:	underline;
	color:	#000000;
	font-size:11px;	
}
.cap
{
	color: green;
	background-color: black;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.navigation
{
	color: green;
	background-color: black;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.head_text
{
	font-size: 20px;
	color: darkslategray;
	height: 50px;
	font-weight: normal;
	font-family: Arial;
}
.headers
{
	font-weight: bold;
	color: darkslategray;
	font-size: 14px;
	background-color:Transparent;
}
.boxes
{
	border: solid 1px black;
}
.align
{
	float: left;
	padding-right: 20px;
}
.body_headers
{
	font-weight: bold;
	color: darkslategray;
	font-size: 14px;
}
.alert
{
    color:Red;
}