/* CSS Document */

/*-----PAGE FORMATING-----*/

body {
	margin: 0px;
	background-color:#4D00C0;
}

.vrep {
	background-repeat:repeat-y;
}

.hrep {
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#6600FF;
}

.vhrep {
	background-repeat:repeat-x;
	background-repeat:repeat-y;
}

.footer {
	color:#333333;
	font-size:10px;
	text-align:center;
}

#flashcontent {
	height:130px;
}

/*-----TEXT STYLES-----*/

.heading {
	background-color:#6600FF;
	border:2px solid #333333;
	font-family:"Trebuchet MS", "Eras Medium ITC", Arial;
	font-size:14px;
	color:#FFFFFF;
	text-indent:15px;
	letter-spacing:4px;
	text-align:left;
}

h1 {
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	text-align:center;
}

h3 {
	font-family:"Book Antiqua", Arial, serif;
	color:#6600FF;
	font-size:14px;
	text-align:left;
	text-indent:10px;
	font-style:italic;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	text-align:left;
}

p {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	text-align:justify;
}

ul {
	list-style-type:square;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
}

.bold {
	font-weight:bold;
}

.highlight {
	color:#FF00FF;
}

/*-----LINK STYLES-----*/

a {
	text-decoration:none;
}
a:link {
	color:#0000FF;
}
a:hover, a:active, a:visited {
	color:#9900FF;
}

/*-----TABLE STYLES-----*/

table tr td {
	vertical-align:top;
}

.colHeaders {
	text-align:center;
	font-size:14px;
	background-color:#CCCCCC;
	color:#000000;
}

.floatTable {
	background-color:black;
}

.htmlTable {
	background-color:black;
	border-collapse:separate;
	border-spacing:1px;
}

.htmlTable tr.initial td {
	background-color:#6600FF;
	border:2px solid #333333;
	font-family:"Trebuchet MS", "Eras Medium ITC", Arial;
	font-size:14px;
	color:#FFFFFF;
	text-indent:15px;
	letter-spacing:4px;
	text-align:left;
}

.htmlTable tr.initial td a:link, .htmlTable tr.initial td a:visited {
	text-decoration:none;
	color:black;
}

.htmlTable tr td {
	background-color:#C4AAFF;
	vertical-align:top;
	padding: 2px 5px 2px 5px;
}

.htmlTable tr td img {
	width:200px;
	height:;
}

.htmlTable tr td ul {
	list-style-image:none;
	list-style-type:square;
	list-style-position:outside;
}

.htmlTable tr.r1 td {
	background-color:#FFEEAA;
}

.htmlTable tr.r2 td {
	background-color:#C4AAFF;
}

.divRow td{
	padding:0px 10px 0px 10px;
}
.divCol{
	border-right:1px solid #999999;
}
	
/*-----OTHER STYLES-----*/

.countDown {
	background-color:#FFDD55;
	color:#6600FF;
	border-width:0px;
	text-indent:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}