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

A:link {
	text-decoration: underline;
	color: #404bb9;
	outline: none;
}
A:active {
	color: #404bb9;
	text-decoration: underline; 
	outline: none;
}
A:visited {
	color: #404bb9;
	text-decoration: underline;
	outline: none;
}	
A:hover {
	color: #e32431;
	text-decoration: bold, underline;
	outline: none;
}
img { border: 0; }
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #e32431;
	margin: 15px 0 12px 0;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #404bb9;
	margin: 15px 0 12px 0;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e32431;
	margin: 15px 0 10px 0;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404bb9;
	margin: 15px 0 10px 0;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e32431;
	margin: 8px 0 6px 0;
}
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e32431;
	margin: 8px 0 6px 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
table.100100 {
	height: 100%;
	width: 100%;
}
body { 
	background-color:#FFFFFF;
	/*background-image:url(images/footer.jpg);
	background-repeat:no-repeat; 
	background-position:bottom;*/
}
body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
}
.body, p, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin: 3px 0 8px 0;
}

#dropmenudiv{
position:absolute;
border:1px solid #666666;
border-bottom-width: 1px solid #666666;
font:normal 12px Verdana;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #193376;
color: #FFFFFF;
}
.sozo, .sozo a:link, .sozo a:visited, .sozo a:active {
color:#6699FF;
text-decoration:none;
}
.sozo a:hover {
color:#ff0000;
text-decoration:none;
}
#content, #content2 {
    background-color: white;
	background-image: none;
}
td .maincontent {
	padding:0px 10px 0px 10px; 
	background-image:url(images/watermark.gif);
}
td .leftcol {
	background-image:url(images/left_bg.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
}
td .middlecol {
	background-image:url(images/footer.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
}
td .rightcol {
	background-image:url(images/right_bg.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
}