@charset "utf-8";
/* CSS Document */

body {
	background-color: #898989;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



a:link {
	text-decoration: none;
	color: #FFFFFF;
}


a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}


a:active {
	text-decoration: none;
}




#top{ 
	background-image: url(./images/ite_header.jpg);
}

#mailinglist{ 
	background-image: url(./images/mailing_list_bg.jpg);
	background-repeat: repeat-y
}

#mlist1{ 
	background-image: url(./images/mailing_list_bar.jpg);
	background-repeat: repeat-y
}

#main{ 
	background-image: url(./images/main_bg.jpg);
	background-repeat: repeat-y
}

#foot{ 
	background-image: url(./images/ITE_footer.jpg);
}


#greytable	{ 
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #8D8D8D;
	padding: 20px;
}




.H1 {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12pt;
}

.H2 {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14pt;
}

.H3 {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
}


.small {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10pt;
}

.small2 {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}