/* G-VIS Layout CSS */

/* Version 1.0, 5th March 2007, Author: ron@g-vis.co.uk
/********************************* Constants ************************************/
/*

#A4B2A9 light green
#42604E dark green
#C3B482 light brown
#3D133E purple

*/
/**************************** BODY & TAG DEFAULTS *****************************/
html, table {
	font-size:100%; /*fix IE resize bug*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*default to equiv 1em = 10px - NB safari = 8.75px? */
	background-color: #FFFFFF;
	color: #000000;
	padding: 0;
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div {
	padding: 0;
	margin: 0;
	text-align: left;
}

.bulletp {
	padding-bottom: 4px;
}

a {
	color:#000000;
}
a:link {
	text-decoration : none;
}
a:active{
	text-decoration : none;
}
a:visited {
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
	color: #333333;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
h1 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.25em;
	margin: 2em 0 1em 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.7em 0 0.7em 0;
}
h4, h5, h6 {
	font-size:1em;
}
input, select, th, td {
	font-size:1em;
}
li li, li p, td p, blockquote p {
	font-size:1em;
}
.listspace {
	padding-bottom: 10px;
}
/**************************** TAG STYLES *****************************/
p.txt_small, span.txt_small {
	font-size: 0.8em;
}
p.txt_large, span.txt_large {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
}
p.txt_error, span.txt_error {
	color:#FF3333;
}
input.btn_link {
	vertical-align: middle;
	font-size: 0.95em;
}

p.txt_field_label, span.txt_field_label {
	padding-top:0.3em;
	color:#198441;
	font-weight:bold;
}
p.txt_field_value, span.txt_field_value {
	color:black;
	font-weight:normal;
	text-transform:none;
}
p.txt_field_value_emph, span.txt_field_value_emph {
	color:#CC0000;
	font-weight:normal;
	text-transform:none;
}
a.head_link {
	color:#198441;
}
p.align_r {
	text-align:right;
}
.arrowtxt {
	color: #42604E;
	font-weight: bold;
	font-size: 9px;
}
a.loc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	font-weight: bold;
	color: #42604E;
}
a.loc:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	font-weight: bold;
	color: #42604E;
}


a.loc:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
	font-weight: bold;
	color: #42604E;
}

a.loc:hover{
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #42604E;
}

a.links:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	font-weight: bold;
	color: #3D133E;
}
a.links:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	font-weight: bold;
	color: #3D133E;
}


a.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	font-weight: bold;
	color: #3D133E;
}

a.links:hover{
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #42604E;
}
.opening_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	line-height: 1.6em;
}
.address_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	line-height: 1.6em;
}

.address_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #F26522;
	line-height: 1.6em;
}
#frame #main #head #form1 {
	font-weight: bold;
	color: #003292;
}
#frame #foot .links {
	color: #FFFFFF;
	text-decoration: none;
}