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


/* DISPLAY - body, table, inputs
--------------------------------------- */
body {
	background-color: #ffffff;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959ca1;
	text-align:left;
}

input, select, textarea {
	font-size: 12px;
	color: #003e7e;
}

td.caption {
	background-repeat:no-repeat; 
	padding-top:12px; 
	padding-left:8px; 
	padding-right:8px; 
	padding-bottom:12px;
	background-color:#003e7e;
}


ul.normal {
line-height:14px;
font-style:italic;
}

/* P, SPAN
--------------------------------------- */
p {
	font-size:12px;
}

p.largepara {
	font-size:14px;
}

.header {
	font-size:24px;
	font-weight:bold;
}

.subheader {
	font-size:14px;
	color:#003e7e;
	font-weight:bold;
}

.largelink {
	font-size:14px;
	color:#959ca1;
}

.blue {
	font-size:12px;
	color:#003e7e;
}

.error {
	font-size:12px;
	color:#ff0000;
}

span.star {
	font-size:16px;
	color:#003e7e;
}

/* LINKS
--------------------------------------- */
a {
	font-size: 12px;
	color: #959ca1;
}
a:link {
	text-decoration: none;
	color: #959ca1;
}
a:visited {
	text-decoration: none;
	color: #959ca1;
}
a:hover {
	text-decoration: none;
	color: #959ca1;
}
a:active {
	text-decoration: none;
	color: #959ca1;
}


/* --- */
a.subnav_off:link {
	text-decoration: none;
	color: #7889b3;
}
a.subnav_off:visited {
	text-decoration: none;
	color: #7889b3;
}
a.subnav_off:hover {
	text-decoration: none;
	color: #003e7e;
}
a.subnav_off:active {
	text-decoration: none;
	color: #7889b3;
}


/* --- */
a.subnav_on:link {
	text-decoration: none;
	color: #003e7e;
}
a.subnav_on:visited {
	text-decoration: none;
	color: #003e7e;
}
a.subnav_on:hover {
	text-decoration: none;
	color: #003e7e;
}
a.subnav_on:active {
	text-decoration: none;
	color: #003e7e;
}


/* --- */
a.attachment:link {
	text-decoration: underline;
	color: #003e7e;
}
a.attachment:visited {
	text-decoration: underline;
	color: #003e7e;
}
a.attachment:hover {
	text-decoration: none;
	color: #003e7e;
}
a.attachment:active {
	text-decoration: underline;
	color: #003e7e;
}

/* --- */
a.weblink:link {
	text-decoration: underline;
	color: #003e7e;
}
a.weblink:visited {
	text-decoration: underline;
	color: #003e7e;
}
a.weblink:hover {
	text-decoration: none;
	color: #003e7e;
}
a.weblink:active {
	text-decoration: underline;
	color: #003e7e;
}







