/* CSS Document */
html,body{
	padding: 0px;
	margin: 0px;
   }
   
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #333333;
	font-size: 9pt;
}
h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #115C7C;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #F68B1F;
}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}
.grey {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #333;
}
.lightgrey {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #666;
}
.list {
	margin: 5px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(images/list_arrow.gif);

}
/* links */
a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
	font-weight: 700;
	font-size: 100%;
} 
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: 700;
	font-size: 100%;
	}
	
.navlinks a:link, .navlinks a:visited, .navlinks a:active {
	color: #990000;
	text-decoration: none;
	line-height: 100%;
	font-size: 10pt;
} 
.navlinks a:hover {
	color: #666666;
	text-decoration: none;
	line-height: 100%;
	font-size: 10pt;
	}


#greyinput
{
  background-color:#eeeeee;
}

div.row {
  padding-top: 5px;
}

div.row span.label {
  float: left;
  text-align: left;
  font-weight:bold;
}

div.row span.formw {
  float: right;
  text-align: left;
} 

select 
{
	font-size:11px;
	background-color: #FFFFFF;
	border: 1px solid #9196A8;
}

input
{
	font-size:11px;
	vertical-align:bottom;
}
.inputBox
{
	font-size:11px;
	border:1px solid #6B696C;
	margin-bottom:5px;
}

.checkbox
{
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

textarea {
	margin-bottom:5px;
	font-size:11px;
	border: 1px solid #B7B6A4;
	background-color: #FFFFFF;
}		 

.button {
	vertical-align:middle;
	font-size:11px;
	background-color: #E9E8E3;
	border: 1px solid #B7B6A4;
}
