@charset "utf-8";
/* CSS Document */

body, td, div {
	color:#00204e;
	font-size:11px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.tableClass {
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: outset;
	padding: 3px;
	width: 100%;
}

.tableClass .td0 {
	white-space: nowrap;
	border-right: 0px;
	width: 100px;
}

.tableClass td {			
	border: 1px solid grey;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: outset;
	padding: 3px;
}

H1 {
	color:#00204e;
	font-size:14px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

H2 {
	color:#00204e;
	font-size:14px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

H3 {
	color:#00204e;
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}
HR {
	color:#762938;
	width:93%;
	text-align:left;
	height:1px;
}

blockquote {
  	background: transparent url(/Media/view/56071/quote_left.gif) left top no-repeat;
	padding-left: 0px;
	margin-left: 0px;
}
blockquote div {
  	padding: 0px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
}

a, a:visited, a:link, a:active {
	color: #762939;
}
a:visited {
	color: #ACAFBB;
}
a:hover {
	color: #B10025;
}
.input {
	color:#00204e;
	font-size:11px;
	width:150px;
	height:22px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	border:1px solid #00204e;
}
.button {
	background-color:#00204e;
	color:white;
	font-size:11px;
	font-weight:bold;
	width:75px;
	height:22px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	border:1px solid #00204e;
	cursor:pointer;
}
		

