body {
	font-family: arial;
	font-size: 9pt;
	color: #444444;
	background: url('../gfx/background.jpg');
}

.dropdown A {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

.dropdown A:hover {
	text-decoration: underline;
}

.dropdown-long {
	width: 800px;
}

A {
	text-decoration: none;
	color: #48547e;
}

A:hover {
	font-weight: bold;
}

A IMG {
	border-style: none;
}

hr {
	border-width: 1px;
	border-style: dotted;
	border-color: #8888FF;
}

H1 {
	font-family: arial;
	font-size: 17pt;
}

H2 {
	font-weight: none;
	font-size: 14pt;
}

H3 {
	font-size: 12pt;
}



.header {
	background: url('/gfx/header.jpg');
}


.border {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCFF;
}


.maintext {
	background-color: #FFFFFF;
	padding: 10px;
}

.dropdown {
	padding: 0px;
	width: 100%;
	background-color: #DDDDEE;
	text-align: left;
	cursor: hand;
}

.info {
	font-size: 9px;
	color: #999999;
	text-align: right;
}

.info A {
	color: #555555;
	font-weight: bold;

}

.smallMenu {
	color: white;
}

.smallMenu A {
	color: white;
}

.margin {
	padding: 20px;
}

textarea {
	font-family: arial;
	font-size: 8pt;
	color: #444444;
}

input {
	font-family: arial;
	font-size: 8pt;
	color: #444444;
}

select {
	font-family: arial;
	font-size: 8pt;
	color: #444444;
}


.button {
	color: black;
	height: 17px;
	width: 100px;
}

.input50 {
	width: 50px;
}

.input150 {
	width: 150px;
}

.input250 {
	width: 250px;
}

.input400 {
	width: 400px;
}

.input500 {
	width: 500px;
}

.heading1 {

	background-color: #364482;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.dataElementNotMouseOver {
	color: #6666FF;
	background-color: #DDDDFF;
}

.dataElementNotMouseOver A {
	font-weight: bold;
}

.dataElementMouseOver {
	background-color: #9999FF;
	color: white;
}

.dataElementMouseOver A {
	font-weight: bold;
	color: white;
}

