﻿body
{	
	background-image:url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 13px;
}

A
{
	color:Red;
}

.masterTable
{
	margin-right:auto;
	margin-left:auto;
	width:900px;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

.masterContent
{
	background-color:white;
	color: #666666;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.headerDiv
{
	height: 100px; 
	width: 900px;
	background-color: Black;
}	

.headerMenu
{
	background-image: url(../images/menubg.png);
	background-repeat:repeat-x;
	background-color: #ffffff;
	width: 900px;
	height: 40px;
}	

.headerMenu A
{
	color: Red;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}	


.newsHolder
{
	height: 0px;  
	border: groove 2px silver;
	width: 95%;
	margin-left: 10px;
	margin-right: 10px;
}

.divHeaderSection
{
	font-weight:bold;
	font-family: Tahoma;
	font-size: 14px;
	text-align:center;
	padding-top: 5px;
	/*color: #DB2126;*/
	color: white;
	font-weight: bold;
	background-image: url(../images/divHeader.gif);
	background-repeat: repeat-x;
	height: 30px;
	text-decoration:underline;
	font-variant:small-caps;
	
}

.divContent
{
	margin: 10px 10px 10px 10px;
}


.ulLine li
{
	display:inline;
	color: Black;
	font-weight: bold;
	font-size: 12px;
}

.divFooter
{
	width: 100%; 
	text-align: center;
	color: #ffffff;
	background-color: #404040;
}

.divFooter A
{
	color: silver;
	text-decoration:none;
}

.divFooter A:Hover
{
	color: #333333;
	text-decoration:underline;
}