html, body{
	margin: 0;
	padding: 0;
	font-weight: normal;
	width: 100%;
	height: 100%;
	}
a{
	text-decoration: underline;
	font-weight: normal;
        color: #003399; 
	}

a:visited{
	text-decoration: underline;
	font-weight: normal;
	color: #7E0084;
}
a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}

a.mail{
	text-decoration: underline;
	font-weight: bold;
	color: #456386;
	}
a.mail:hover{
	text-decoration: none;
	font-weight: bold;
	color: #456386;
}

table{
	padding: 0px;
	margin: 0px;
	/*border-collapse: collapse;*/
}
td.top{ 
	font-family: arial,tahoma,sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
        padding-left: 5px;
	}
td.top2{ 
	font-size: 18px;
	color: #000000;
	padding-top: 12px;
        padding-left: 5px;
	}
img{
	border: 0px;
}
h1
	{
        font-size: 24px;
	font-weight: normal;
        margin-left: 40px;
        margin-bottom: 20px;
        margin-top: 0;
}
a.black{
	text-decoration: underline;
	font-weight: normal;
        color: #000000; 
	}

a.black:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}

a.gray{
	text-decoration: underline;
	font-weight: normal;
        color: #333333; 
	}

a.gray:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}
