﻿/***********************************************/
/* HTML ELEMENTS                              */
/***********************************************/
body
{
  margin: 0px;
  color: #FFFFFF;
  font-size: 12px;
  font-family: Arial;
  font-family: Arial, Verdana, Univers;
  background-color: #000000;
}

img
{
  border: 0px;
}

h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #244669;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

a { color: #36C; }
a:visited { color: #003399; }
a:hover { color: #5872f4; }

table
{
  border-width: 1px 1px 1px 1px;
  border-spacing: 2px;
  border-style: outset outset outset outset;
  border-color: #ffffff;
  border-collapse: collapse;
  width: 700px;
  text-align:left;
  margin-left:auto; margin-right:auto;
}
table th
{
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  border-width: 1px 1px 1px 1px;
  padding: 3px 3px 3px 3px;
  border-style: inset inset inset inset;
  border-color: #ffffff;
  text-align:left;
  -moz-border-radius: 0px 0px 0px 0px;
}
table tr.rowEven
{
  background-color: #000000;
}
table tr.rowOdd
{
  background-color: #E9E9E9;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

/***********************************************/
/* LAYOUT DIVS                                 */
/* Elements list below are for container type  */
/* divs which will contain content             */
/***********************************************/
/* master container div; should only be one container */
.container
{
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* content div */
.content
{
  text-align: left;
}
.contentleft {
	padding-top: 20px;
	float: left;
	padding-right: 10px;
	width: 210px;
}
/* footer div */
.footer
{
  padding-top: 40px; 
	color: #ff8000;
  text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}



/***********************************************/
/* SPECIAL DIVS                                */
/* Elements that are used to display some sort */
/* visual behavior without content             */
/***********************************************/
/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #cccccc;
    padding-top: 3px;
    margin-bottom: 3px;
    clear:right;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
