﻿body, input, select, table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
}

a {
	font-weight: normal;
	color:  blue;
	line-height: 20px;
	margin: 1px;
	text-decoration: none;
}

a:hover {
	color: #00BFFF;
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

.pageTitle {
	font-size: 15px;
	font-weight: bold;
	color: Black;
	padding: 2px;
	padding-left: 4px;
}

table.MyClass {
	width:100%;
}


.header
{
    background-color: #b4af91;
}





