body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #414141;
}
body {
	background-color: #F7F7F7;
	/*margin-left: 0px;*/
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;*/
}
a:link {
	color: #1B6F0A;
}
a:visited {
	color: #1B6F0A;
}
a:hover {
	color: #1B6F0A;
}
a:active {
	color: #1B6F0A;
}

/*General menu bar class styles*/
div.menuNormal
{
display: none;
}

div.menuHover
{
display: inline;
/*position: absolute;*/
}

/*Title*/
.style1
{
	color: #FF0000; 
	font-size: 24px;
}

/*Sub title*/
.style2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

/*General links*/
.style3 {
	color: #FF0000;
	font-weight: bold;
}

.style3:link {
	color: #FF0000;
	font-weight: bold;
	cursor:pointer;
	text-decoration:none;
}
.style3:visited {
	color: #FF0000;
	font-weight: bold;
	cursor:pointer;
	text-decoration:none;
}
.style3:hover {
	color: #FF0000;
	font-weight: bold;
	cursor:pointer;
	text-decoration:none;
}
.style3:active {
	color: #FF0000;
	font-weight: bold;
	cursor:pointer;
	text-decoration:none;
}

/*Bottom menu*/
.style4 {color: #FFFFFF}

.style4:link {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none;
}
.style4:visited {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none;
}
.style4:hover {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none;
}
.style4:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none;
}
/*Black Code*/
.style5 {
	color: #000000;
	font-weight: bold;
}

/*Controls*/
.Label
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #414141;    
}
.TextBox
{
	font-family: Tahoma;
	font-size: 11px;
	color: #414141;    
}
.Button
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #414141;    
}
.DropDown
{
    font-family: Tahoma;
	font-size: 11px;
	color: #414141;
}
.links 
{
    cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;	
}
.links:link {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;	
}
.links:visited {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
.links:hover {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}
.links:active {
	cursor:pointer;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}