body
{
    margin-top: 0px;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: arial, verdana;
}

table
{
    font-size:11;
    font-family: arial, tahoma;
}

h2
{
    color: navy;
    font-family: verdana;
}

h3
{
    color: navy;
    font-family: verdana;
}

h4
{
    color: navy;
    font-family: verdana;
}

a
{
	color: black;
}
	
select
{
	font-size: 11;
}

input
{
	font-size: 11;
}

textarea
{
	font-size: 11;
}

.btn
{
    font-weight: 500;
    font-size: 11px;
    width: 90px;
    color: navy;
    font-family: tahoma, arial;
    height: 20px;
    text-align: center;
}

.error
{
	color: Red;
}

.link
{
    font-size: 11px;
    cursor: hand;
    color: navy;
}

.pagetitle
{
	border-bottom: groove 2px silver;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 16px;
	color: #446C33;
	font-weight: bold;
}

.textLarge
{
    font-size: 18px;
    color: navy;
}

.textSmall
{
    font-size: 11px;
    color: black;
}

.tr1
{
    background-color: #4D4D72;
    color: white;
    font-family: arial;
    font-weight: normal;
    text-indent: 3px;
}

.tr2
{
    background-color: #ccdaff;
    color: black;
    font-family: arial;
    text-indent: 3px;
}

.tr3
{
    background-color: silver;
    color: black;
    font-family: arial;
    font-size: 11px;
    text-indent: 3px;
}

.tr4
{
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 11px;
    text-indent: 3px;
}