@charset "UTF-8";
body {
	background-image: url(images/bk.jpg);
	margin-top: 0px;
	margin-left: 0px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	/**background-color: #003366; **/
}

body {
	color: #DEDECA;
}

td, th {
	color: #99CCCC;
}

h1 {
	text-transform:uppercase;
	color: #333333;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	text-transform:uppercase;
	color: #333333;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #9999cc;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 15px;
	line-height:21px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:21px;
	list-style-type: decimal;
	list-style-position: outside;
}
/**
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}
**/


.bgc{
	background-color:rgba(255,255,255,1.9);
}

.main {
	font:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:18px;
	color: #333333;
}
.trans {
	background-color:rgba(0,0,255,0.5);
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:2px;
	color:#FFFF33;
	/* font-weight:300; */
}	