﻿body {
	background-color: #000000;
	background-image: url(/images/background-in.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b0c5f5;
	text-align: center;
	padding-right: 10px;
	padding-left: 0px;

}
HTML 
{
scrollbar-face-color:#000000;
scrollbar-arrow-color:#2d60ba;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#2d60ba;
scrollbar-highlight-color:#2d60ba;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:''
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b0c5f5;
}
a {
	font-weight: normal;
	color: #E8B2A6;
	text-decoration: none;
}
a:hover 
{
	color: #2d60ba;
	text-decoration:underline;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #C43A04;
	margin: 0px;
	padding-left: 50px;
	padding-top: 6px;
}
hr {
	color: #2d60ba;
	size: 1px;
	height: 1px;
	width: 40%;
}
.footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;

}
.footer a
{
	color: #777777;
	font-weight: normal;

}
.footer a:hover
{
	color: #bbbbbb;
	text-decoration:none;
	font-weight: normal;

}

.main-img 
{
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;
	background-color: #000000;
	border: 1px solid #cccccc;

}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	background-color: #000000;
	border: 1px solid #cccccc;
	width: 99%;

}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;

}
