small { font-size: 9px }

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3 { color: #476975 }

h1, h2 {
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 5px -5px;
}

h1 {	font-size: 16px }
h2 {	font-size: 14px }

h3, h4 {
	padding: 15px;
	margin: 0px 0px 0px -5px;
}

h3 { font-size: 13px }

h4 {	
	font-size: 12px;
	color: #476975;
}


hr {
	color: #FFFFFF;
	height: 1px;
}

p { padding: 10px 0px 10px 0px }

input:hover, textarea:hover, select:hover {
	color: #444444;
	border: 1px solid #AAAAAA;
}

input, textarea {
	font-size: 11px;
	padding: 2px 2px 5px 2px;
}

input.submit {
	border: 1px solid #696969;
	color: #FFFFFF;
	height: 25px;
	padding:0px 20px 5px 20px;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
	background:#82A4AE url('../images/submit.png') repeat-x center top;
}

input.submit:hover { background: url('../images/submit.png') repeat-x center bottom }

.Table td, .Table th {
	border: solid 1px #CCCCCC;
	padding: 5px 15px 5px 15px;
}

.Table th {
	font-weight: bold;
	color: #FFFFFF;
	background:#82A4AE url(../images/submit.png) repeat-x center top;
}

.Table td { background: #FFFFFF }

.Red, .MsgRed { color: #FF0000 }
.Green, .MsgGreen {	color: #00AD11 }
.MsgGreen, .MsgRed {
	font-weight: bold;
	padding: 5px;
	width: 90%;
}

.MsgGreen { border: solid 1px #00AD11 }
.MsgRed { border: solid 1px #FF0000 }