a:link		{color: #F45048;}	/* unvisited link */
a:visited	{color: #F45048;}	/* visited link */
a:active	{color: #F45048;}	/* active link */
a:hover		{color: #BE1111;}	/* visited link */


body {
	background: #002A78;
}

table.pageArea {
	background: #FFFFFF;
	padding: 26px;
}

td.bulletText, td.standardText, .standardText, td.captions {
	background: url("images/bullet.gif");
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: 787878;
	line-height: 16px;
	padding-left: 10px;
}

td.standardText, .standardText {
	background : url();
}

td.captions {
	background : url();
	font-size: 11px;
}

.image {
	border: 1px solid #D7D7D7;
}

/* SAWS MENU */
.sawsmenu {
	border-left: 1px solid #243E72;
	border-right: 1px solid #7691C8;
}

.sawsmenu a {
	background: url("images/saws_menubg.gif");
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	width: auto;
	padding-top: 6px;
	padding-bottom: 6px;
}

.sawsmenu a:visited {
	color: white;
}

.sawsmenu a:hover {
	color: white;
	background: url("images/saws_menubg2.gif");
}

* html .sawsmenu a {
	width: 100%;
}

td.dropdown {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #878787;
	background: #F0F0F0;
	border-bottom: 1px solid #D7D7D7;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

td.dropdown a, td.dropdown a:active, td.dropdown a:visited, td.dropdown a:link {
	color: #878787;
	border-bottom: 0px;
	text-decoration: none;
}

td.test1 {
	color: #0000FF;
}

td.dropdown a:hover {
	background: #E13131;
	color: #FFFFFF;
}

/* END SAWS MENU */

td.sawsfooter {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 6px;
}

ul {
	color: #FB3131;
}