BODY {
	background-image: url('images/bg.gif');
	margin: 0;
	padding: 0;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial Rounded MT Bold;
}

H3, H4, H5, H6 {
	margin: 0;
}

IMG {
	border: 0;
}

A {
	color : #555555;
}

A:HOVER {
	color : black;
}

A.main {
	color: white;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

A.main:HOVER {
	color: #bbbbbb;
	text-decoration: underline;
	border-left: dashed gray 2px;
	border-right: 2px dashed gray;
	padding-left: 5px;
	padding-right: 5px;
}

TABLE.main {
	height: 100%;
	width: 100%;
}

TD.main_top, TD.main_left {
	background-color: #222288;
}

TD.main_left {
	width: 200px;
	text-align: center;
}

TD.main {
	padding: 10px;
}

HR.left, HR.mainleft {
	width: 10px;
	color: white;
	background-color: white;
}

HR.mainleft {
	width: 90%;
	color: yellow;
	background-color: yellow;
	margin-top: 0;
	padding-top: 0;
}

FONT.main {
	font-family: arial;
	color: yellow;
	font-weight: bold;
	margin-bottom: 0;
}

INPUT.text, TEXTAREA, SELECT.text, INPUT.textDesc {
	width: 300px;
}

INPUT.textDesc {
	color: #AAAAAA;
	font-style: italic;
}

DIV.success, DIV.error, P.success, P.error, FONT.success, FONT.error {
	border: 1px black solid;
	font-weight: bold;
	padding: 3px;
	width: 500px;
	text-align: center;
	margin-bottom: 10px;
}

DIV.success, P.success, FONT.success {
	background-color: #FFFF99;
}

DIV.error, P.error, FONT.error {
	background-color: #FF0000;
}

TH {
	font-family: Arial;
	text-align: left;
	padding-right: 10px;
}

OPTION.disabled {
	color: gray;
	font-style: italic;
}

.positive {
	color: green;
}

.negative {
	color: red;
}

OPTION.other {
	font-style: italic;
}

H2.head {
	margin-bottom: 0;
}

P.head {
	margin-top: 0;
}
