body {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}
a, a:link, a:visited {
	color:#06c;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:none;
}
a img {border:0;}
/**************** CUSTOMIZED CLASSES ************************/

table{
background-color:#DFAE39;
margin:auto;
border-color: #314171;
border:2px;
}
td{
font-weight:normal;
font-size:0.9em;
padding:5px;
}
th h3{
color: #000000;
	font-size:16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
td h3{
color: #000000;
	font-size:16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

/****** General Classes ******/
.inline {display:inline;}
.hide {display:none;}
.col {float:left;}

.row:after, .clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.row, .clear {display:inline-table;}
/* hides from ie-mac \*/
* html .row, * html .clear {height:1%;}
.row, .clear {display:block;}
/* end hide from ie-mac */
.row {padding-bottom:1px;}
.row div {float:left;}

.textfieldbox {
	background-color:#ffffff;
	border:1px solid #000060;
	color:#111111;
}
.formsmall {
	background-color:#fffffa;
	border:1px solid #000060;
	color:#111111;
	font-size:0.9em;
}
.textarea {
	background-color:#ffffff;
	border:1px solid #000060;
	color:#111111;
	overflow:auto;
}
.button{
	color:#fff;
	font-weight:bold;
	padding:0em 1em;
	cursor:pointer;
	margin-right:1em;
	background:#439bf0;
	border:1px solid;
	border-color:#5389df #1e5fc7 #1e5fc7 #5389df;
}
.button:hover{
	color:#fff;
	background:#414d59;
	border:1px solid;
	border-color:#4f718a #003 #003 #4f718a;
}


/****** Layout ******/
#body {
	width:620px;
	margin:0;
}

#header {
	padding:5px;
}

#dimbox {
	font-size:0.9em;
	text-align:center;
	margin:2px;
	color:#808080;
	display:block;
	padding:2px;
	border:1px solid #808080;
}
#container {
}
#content {
	padding:0;
	text-align:left;
	margin:2px 0px;
	min-height:150px;
}
* html #content {height:150px}

#footer {
	clear:both;
	font-size:0.9em;
	text-align:center;
	margin:2px 0px;
}
#footer address {
	color:#666;
	font-style:normal;
}
