/* CSS Document */

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {
	background-color: #C0C0B7;
	border : 1px solid #333333;
	color: #333333;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
}

textarea {
	background-color: #C0C0B7;
	border : 1px solid #333333;
	color: #333333;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
}

.nav_main-banner {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a:hover.nav_main-banner { text-decoration: underline; color:#E60000;}

.nav_top-banner {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a:hover.nav_top-banner { text-decoration: underline; color:#E60000;}

.scrollbar_grey{
	/*
	scrollbar-base-color:#ff6347;
	scrollbar-track-color:#800080;
	
	scrollbar-3dlight-color:#ffd700;
    scrollbar-arrow-color:#ff0;
    
    scrollbar-darkshadow-color:#ffa500;
    scrollbar-face-color:#008080;
    scrollbar-highlight-color:#ff69b4;
    scrollbar-shadow-color:#f0f
	*/
}

td, .txt-content {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a:hover.txt-content { text-decoration: none; color:#E60000;}

.txt-content-header {
	color: #333333;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.txt-content-header { text-decoration: none; color:#E60000;}

.txt-white-10 {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.txt-white-12 {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover.txt-white-12 { text-decoration: none; color:#E60000;}