﻿html {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

BODY
{
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	background-image: url(Images/Back.jpg); 
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}

TD
{
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
	color:#595959;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

A:link	{	
	text-decoration:	underline;
	color:	#51433C;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#51433C;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#51433C;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#746056;
	}
	
.lmenu {
	font-size:	10px;
	font-weight: bold;
	text-decoration:	none;
	color:	#830000;
	}
	
A.lmenu:link	{	
	text-decoration:	none;
	color:	#830000;
	}	
		
A.lmenu:visited	{	
	text-decoration:	none;
	color:	#830000;
	}	
		
A.lmenu:active	{	
	text-decoration:	none;
	color:	#830000;
	}	
		
A.lmenu:hover	{	
	text-decoration:	underline;
	color:	#b20000;
	}
	
H1	{
	font-size: 12px;
	font-weight: bold;
	}

.tblContent{
	background-color: #E9E9E9;
	border: 1px solid #8E8E8E;
	margin: 0px;
	padding: 0px;
}

