
/* TAGS */

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

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #003399;
	font-weight:bold;
}

/* MENUS */


/* TEXT STYLES */

.main-txt{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}

.bold-medium{
	font-family: Arial;
	font-size: 16px;

	font-weight:bold;
}

.hr{
	color: #CCCCCC;
}

.footer{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}

.footer:hover{
	text-decoration:underline;
}

/* OTHER TABLE STYLES */

.maintable {
	padding-top:7px;
}
