/*
-----------------------------------------------------
Main/Standard Page Definitions
-----------------------------------------------------
FileName:    MainPage.css
Version:     2006.05.01
-----------------------------------------------------
*/

/* BASE Definitions                                   */
/* -------------------------------------------------- */
body {
	background-repeat: repeat-x;
	background-color : #045493;
	width            : 780px;
	font-family      : Helvetica, Arial, Sans-serif;
	font-size        : 9pt;
	color            : #000000;
	background-image: url(../images/bkgrd_grad.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	font-family      : Helvetica, Arial, sans-serif;
	font-size        : 9pt;
	color            : #000000;
}
A:link {
	background-color : transparent;
	color            : #333333;
	text-decoration  : none;
}
A:visited {
	background-color : transparent;
	color            : #333333;
	text-decoration  : none;
}
A:hover {
	background-color : transparent;
	color            : #0000FF;
	text-decoration  : underline;
}
A:active {
	background-color : transparent;
	color            : #0000FF;
	text-decoration  : underline;
}
img {
	border           : none;
}

