@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat-x;
}

p.body {
	text-align: justify;
}

td.maincontent .header {
	font-family: Arial Narrow;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 20px;
	display: block;
	padding-top: 15px;
}

.header {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #4d7391;
	border-bottom: 1px dotted #c0c0c0;
	display: inline;
	padding: 5px;
	margin: 0px;
}

.subheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #74a2bc;
	text-align: left;
	display: block;
}

td.sidebar .subheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	margin: 0px;
	display: block;
	padding-top: 15px;
	text-align: left;
}

div.body {
	text-align: center
}

a {
	color: #60a4b7;
	text-decoration: none;
	font-family: Tahoma;
}

a:hover {
	text-decoration: underline;
}

a img, a.img {
	border: 0px;
}

td,p {
	font-size: 11px;
}

.instructions {
	color: #fb8cc1;
}

.webdings {
	font-family: wingdings
}

input,textarea,select,option {
	border: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	color: #606060;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	padding: 3px;
}

img.tn {
	padding: 2px;
	border: 1px solid #606060;
}

a img.tn {
	padding: 2px;
	border: 1px solid #606060;
}

a img.tn:hover {
	border: 1px solid #000000;
}

td.sidebar {
	text-align: left;
}

td.maincell {
	background-color: #000000;
	text-align: justify;
}