body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #F5E4C2;
	margin-right: 0px;
}

a {
	color: #3A5EA7;
	text-deoraction: none;
}

a:hover {
	color: #4C89C8;
	text-decoration: underline;
}

.LeftGrad {
	background-image: url(images/grad_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.RightGrad {

	background-image: url(images/grad_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.BodyCell {
	background-color: #F7EFD8;
	border-top: thin solid #D7C8AA;
	border-right: none;
	border-bottom: thin solid #E2D2B3;
	border-left: none;
}

.copyright {
	font-size: 7.5pt;
	color: #88610F;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.textinput {
	border: 1px solid #663300;
	background-color: #FDFAF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4B4B4B;
	height: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

.commandbutton {
	border: 1px solid #CC6633;
	background-color: #F3E0AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}

.right {
	float: right;
}

.left {
	float: left;
}
	
.clear {
	clear: both;
}

.col-right, .col-left {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-align: right;
	height: 40px;
	width: 50%;
}

.col-left {
	float: left;
	text-align: left;
	width: auto;
}

.subtitle {
	font-size: 13px;
}

li { 
	padding-top: 3px;
	padding-bottom: 3px;
}

.img-special {
	border: 1px solid #993300;
}

.pad {
	padding: 10px;
}