/* CSS Document */

body
{
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}
a
{
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
a:hover
{
font-weight: bold;
color: #000000;
}

.red_a
{
color: #c20503;
text-decoration: none;
}
.red_a:hover
{
color: #c20503;
}
.yell_a
{
color: #dfbc00;
text-decoration: none;
}
.yell_a:hover
{
color: #dfbc00;
}
.read
{
font-weight: bold;
color: #453a00;
text-decoration: none;
}
.read:hover
{
font-weight: bold;
color: #000000;
}
.com
{
color: #453a00;
}
.welcome
{
color: #3f3f3f;
}
.footer
{
color: #b8ab64;
}
.footer1
{
color: #b8ab64;
}
.footer1:hover
{
color: #b8ab64;
}

.table_border
	{
	font-size: 100%;
	padding:0px;
	table-layout: auto;
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 0px solid gray;
	border-right: 0px solid gray;
	}

.table_border th, .table_border td 
	{
	border-top: 0px solid gray;
	border-left: 0px solid gray;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 10px;
	}

.head
{
padding-left: 10px;
font:bold 90% 'helvetica neue',sans-serif;
letter-spacing:1px;
text-transform:uppercase;
font-weight: bold;
color: #C20503;
}
.res
{
font-size: 10.5px;
font-weight: bold;
}
