@import url("forms.css");

/* Main style definitions */
html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body, ol, h1, h2, h3, p, div, ul, li {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;	
}

body {

	background-color:#FFFFFF; 
	margin: 0;	
}
hr {
 	color:#0669A5;
	background-color:#0669A5;
	height:1px;
	border:none;
   }
   
pre {
	font-family: courier, monotype;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 32px;	
	text-align:right;	
}

h1 span {
	font-size:80%;
}

h2 {
	font-size: 13.44px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
}

ul {
	padding-right:5px;
}

ul, li a {
	list-style-type:none;
	text-decoration:none;
}
ul h2 {
	margin-top:10px;
}

ul ul h2 {
	margin-top:0px;
}

a { text-decoration:none; cursor:pointer; }
a:link {  color: #0669A5; }
a:visited { color: #0669A5; }
a:hover {  color: #0587D9 }
a:active {  color: #0669A5}

a h1 { cursor:pointer; cursor:hand; }

div#content { width:580px;}

div.half {
	width:50%;
	float:left;	
}

div.tableText {
	font-size:80%;
}
div {
font-size:inherit;
font-size:1em;
}


table.art div {
	width:160px;
	font-size:70%;
}
table.art h3 {
	width:110px;
	margin-bottom:10px;
}
img.art {
	padding:5px;
	border:2px solid black;
}


div.neat table { 
	font-size:80%;	
}

div.neat td, th {
	width:12.5%;

}


.dividerVertical {
	width:40px; 
	background-image: url(../img/icon.add.jpg); 
	background-repeat: repeat-y;
	background-position:center;
}

.indent {
	margin-left: 10%; 
	margin-right: 10%;
}

.leftMarginBordered {
	margin-left: 10%; 
	border-left:1px solid silver;
}

.alert {
	font-size: 12.5px; 
	font-style: italic;
	font-weight: bold;
    color: #FD1912;
	margin-left: 5px; 
}
.disclaimer {
	font-size: 10px; 
	font-style: italic;

}

.button {
	text-align: center;
}
.loading {
	background-image: url(../img/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5B7F95;
	font-style: normal;
	line-height:normal;
	font-weight: normal;
	text-align: left;
}

.bordered {
	border:2px #EEF4F8 solid;
}
.dimmed {
	color:#BBBBBB;
}
.dark {
	background-color:#B4D1E4;
}
.light {
	background-color:#EEF4F8;
}
.highlightborder { 
	border: 2px #FD1912 dotted;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


.hidden {

	visibility:hidden;
	
	<!--[if IE]>
		width:100%;
		height:1px; 
		overflow: hidden;
	<![endif]--> 

}


.rightArrow, .leftArrow {

	display:block;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	border-style:none;

	background:none;	
	background-repeat:no-repeat;
	cursor:pointer;
	cursor:hand;
	
 }
.rightArrow {
	
	text-align:left;
	padding-left:0.5em;
	
	background-image:url(../img/arrow.right.gif);
	background-position:right;
}

.leftArrow {
	
	text-align:right;
	padding-right:0.5em;
	
	background-image:url(../img/arrow.left.gif);
	background-position:left;
}