@charset "utf-8";
body {
 	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: 77%;
	background-color: #1D1D1D;
	margin: 0px;
	padding: 0px;
}
 p {
	margin: 10px 0 10px 0;
	text-align: justify;
}
.left {
	margin: 10px 0 10px 0;
	text-align: left;
}
#home p{
	margin: 10px 0 10px 0;
	text-align: left;
}
form {
	margin:0px;
	padding:0px;
}
a:link, a:visited {
	color: #0190cb;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

.ttl01 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding-top: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.ttl02 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding-top: 0;
	color: #FCB813;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	clear:both;
}
h1 {
	font-size: 145%;
	line-height:1.1em;
	padding-top: 0;
	color: #FCB813;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	font-size:120%;
	color:#1A1A1A;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
h2 a:link, h2 a:hover, h2 a:visited {
	text-decoration:none;
	border-bottom:none;
	color:#333;
}
h3 {
	font-size:110%;
	margin:0;
	margin:0px;
}
h3 a:link, h3 a:hover, h3 a:visited {
	text-decoration:none;
	border-bottom: none;
	color:#0190cb;
}
h4 {
	font-size:90%;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#333333;
}
h4 a:link, h4 a:hover h4 a:visited {
	text-decoration:none;
	border-bottom:none;
	color:#333;
}
.errormsg {
	color: #D30000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.textfield {
	background-color: #ffffff;
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}
.textfieldmissing {
	font-size: 11px;
	background-color: #EEF9FF;
	border: #CCCCC8 solid 1px;
	color: #333;
}
#home {
	color: #FFFFFF;
}
#home a:link, #home a:visited, #home a:active, {
	text-decoration: none;
	color: #FCB813;
}
#sidemenu {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}
#sidemenu a:link, #sidemenu a:visited {
	color: #999;
	text-decoration:none;
}
#sidemenu a:hover {
	color: #fff;
	text-decoration:none;
}
#ftr {
	font-size: 10px;
	line-height: 1;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#ftr p {
	color:#606060;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
}
#ftr a:link, #ftr a:visited, #ftr a:active, {
	text-decoration: none;
	color: #606060;
}
#ftr a:hover {
	text-decoration: underline;
	color: #606060;
}
#dots_horizgrey {
	width: 100%;
	padding: 10px 0 10px 0;
	background-image: url(/images/common/dotsgrey.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#dots_horizyel {
	width: 100%;
	padding: 10px 0 10px 0;
	background-image: url(/images/common/dotsyel.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#tblborder td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ul {
	line-height: 2em;
}

