/* border for expandable boxes 
*/
.box {
	border-style: solid;
	border-width: 1;
	padding: 0px; /* this much space between contents and box div */
	/* margin-left: 10%;
	margin-right: 10%;*/
	margin: 0px;
	width: 100%;
	color: #336699;
}

/* the contents of the config box starts off hidden
*/
.boxcontents {
	display: none;
	color: #000000;
}

/* the expand/close link is right aligned
*/
.boxlink {

}

body {
	font-family: "arial";
	color: #000000;
	font-size: 10pt;
}

p {
	font-family: "arial";
	color: #000000;
	font-size: 10pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 0pt 
}

.obs {
	font-family: "arial";
	color: #990000;
	font-size: 8pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 0pt 
}

.small {
	font-family: "arial";
	color: #000000;
	font-size: 9pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 0pt 
}

h1 {
	font-family: "arial";
	color: #336699;
	font-size: 14pt;
	margin-bottom: 0pt;
}

h2 {
	font-family: "arial";
	color: #ffffff;
	background-color: #336699;
	font-size: 12pt;
	margin-top: 0pt; 
	margin-bottom: 5pt;
	
}

h3 {
	font-family: "arial";
	color: #336699;
	font-size: 10pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 10pt 
}

/* hans uses headers but they cause breaks, create an identical looking class*/
.h3 {
	font-family: "arial";
	color: #336699;
	font-size: 10pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 10pt 
}

.sane {
	font-family: "arial";
	color: #000000;
	font-size: 12pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 0pt 
}

A:link.sane {
	font-family: "arial";
	color: #336699;
	font-size: 12pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 0pt 
}

h4 {
	font-family: "arial";
	color: #336699;
	font-size: 12pt;
	margin-top: 0pt; 
	margin-bottom: 3pt;
	margin-left: 0pt; 
	margin-right: 10pt 
}

/* main body style*/
.mainbody {
background-color: #eeeeee;
}

/*
general link remapping to remove underlines
*/
A:link {
	font-family: "arial";
	font-size: 10pt;
	text-decoration: none;
	color: #336699;
	}
A:visited {
	font-family: "arial";
	font-size: 10pt;
	text-decoration: none;
	color: #336699;
	}
A:active {
	font-family: "arial";
	font-size: 10pt;
	text-decoration: none;
	color: #336699;
	}
A:hover {
	font-family: "arial";
	font-size: 10pt;
	text-decoration: underline;
	color: #336699;
	}

/* style all forms */
input {
/*background-color: #ffffff;*/
/*text-align:right;*/
background: transparent;
background-image: url("images/trans3.png");
border: 0px solid;
/*text-align: center;*/
}

form input.submit {
border: 5px solid;
}

/*
Used for boxes inside tables, we align right to "units" text and expand to width of table cell
*/
.data {
/*align: right;
	text-align:right;
	width: 100%;	*/
}