body
{
	/* padding + margins */
	margin: 0;
	padding: 0; /* background settings */
	background-color: #DADCDC;
}
body, table, span, div, p, input, select, textarea, ul
{
	/* font settings */
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: #666666;
}

table.formtable
{
	font-size: 70%;
}

td
{
	/*font-size: 70%;*/
}

/* Headings settings */
h1
{
	font-size: 135%;
	color: #003399;
	padding: 0px 0px 2px 0px;
	margin: 0;
}
h2
{
	font-size: 115%;
	color: #003399;
	padding: 0;
	margin: 0px 0px 2px 0px;
	font-style: italic;
	font-weight: normal;
}
h2 a, h2 a:visited, h2 a:hover, h2 a:active
{
	font-size: 100%;
	color: #FF9933;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: underline;
}
h3
{
	font-size: 115%;
	color: #666699;
	padding: 0;
	margin: 0;
}
h5
{
	padding: 15px 0px 0px 0px;
	margin: 0;
}
p
{
	margin-top: 0px;
	margin-bottom: 15px;
}

/* Links settings */
a
{
	font-size: 100%;
	text-decoration: underline;
	color: #003399;
}
a:visited
{
	color: #7891c3;
}
a:hover
{
	color: #ff9900;
}

hr
{
	color: Black;
}
input, select, textarea
{
	font-size: 80%;
	font-family: Verdana,Arial,Sans;
	line-height: 15px;
	vertical-align: top;
}
/* Calendar settings */
.CalendarStyle
{
	background-color: #ffffff;
	border-color: #7891c3;
	border-width: 1px;
	border-style: solid;
}
.DayStyle
{
	background-color: #ffffff;
	border-color: #7891c3;
	border-style: solid;
	border-width: 1;
	font-size: 9;
}
/*.DayStyle a{ color:#000000; }
.DayStyle a:hover{ color:#000000; }
.DayStyle a:visited { color:#000000; }*/

.DayHeaderStyle
{
	background-color: #7891c3;
	border-color: #7891c3;
	border-style: solid;
	border-width: 1;
	font-size: 10;
	color: #ffffff;
}

.OtherMonthDayStyle
{
	background-color: #DADCDC;
	border-color: #7891c3;
	border-style: solid;
	border-width: 1;
	font-size: 9;
}
.OtherMonthDayStyle a
{
	color: #000000;
}
.OtherMonthDayStyle a:hover
{
	color: #000000;
}
.OtherMonthDayStyle a:visited
{
	color: #000000;
}

.TitleStyle
{
	border-width: 0px;
	background-color: #ffffff;
	height: 30px;
}

.NextPrevStyle
{
	color: #7891c3;
	padding: 0 10 0 10;
}

.tableTop
{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-left: solid 1px #003399;
	border-right: solid 1px #003399;
	border-top: solid 1px #003399;
	border-bottom: solid 1px #003399;
	background-color: #b5b6ba;
}
.tableTop a
{
	color: #000000;
}
.tableTop a:hover
{
	color: #000000;
}
.tableTop a:visited
{
	color: #000000;
}

.tableBottom
{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px; /* 	border-left: solid 1px #66669a; 	border-right: solid 1px #66669a; 	border-top:solid 1px #66669a; 	border-bottom:solid 1px #66669a; 	*/
}
/*.tableBottom a{ color:#000000; }
.tableBottom a:hover{ color:#66669a; }
.tableBottom a:visited { color:#66669a; }
*/

.eventStyles
{
	background-color: #ffffff;
}
.eventStyles a
{
	color: #000000;
}
.eventStyles a:hover a:visited
{
	color: #66669a;
}

.tblPadBottom
{
	padding-bottom: 10px;
}
#pnlForm
{
	font-size: 10pt;
}
#nav a
{
	font-size: 90%;
}
#subnav a
{
	font-size: 80%;
}
.ETStyle
{
	font-size: 80%;
}
.Required, .Required ul li
{
	font-size: 80%;
	color: #ff0000;
}
img
{
	border: none;
}
.privacy h1
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.privacy div
{
	padding: 5px 0px 5px 0px;
}
.privacy ul
{
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.toplink
{
	float: right;
	text-align: right;
	font-size: 80%;
	padding: 10px 0px 15px 0px;
}
.toparrow
{
	border: none;
	vertical-align: middle;
	text-decoration: none;
}
.subheadbold
{
	font-weight: bold;
	color: #003399;
}
