body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #6d0000;
	background-repeat: no-repeat;
}

#headerwrapper {
	/*we need to tell the browser the size of the warpper div*/
	width:900px;
	height:260px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 15%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top: -133px;
	margin-left:-450px;
	background:url(../images/antsla/antsla.gif);
	background-repeat: no-repeat;
}
#headerwrapper2 {
	/*we need to tell the browser the size of the warpper div*/
	width:900px;
	height:260px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 15%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top: -133px;
	margin-left: -450px;
	background:url(../images/voru/voru.gif);
	background-repeat: no-repeat;
}

#footerwrapper {
	/*we need to tell the browser the size of the warpper div*/
	width:900px;
	height:70px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	/*top: 60%;*/
	left: 50%;
	/*resets the offset (should be half the width and height*/
	padding-top:0px;
	margin-left:-450px;
        padding-bottom: 50px;
}

/* wrapper to align center of page */
#wrapper {
	/*we need to tell the browser the size of the warpper div*/
	width:603px;
	height:400px;
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top: -200px;
	margin-left:-301px;
	/*allows us to see wrapper*/
	color:white;
	font-weight:normal;
	font-size:13px;
	text-align: justify;
}
/* wrapper to align center of page */
#wrapper2 {
	/*we need to tell the browser the size of the warpper div*/
	width:900px;
	 
	/*aligns the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
	/*aligns the age to the center vertical (y)*/
	position: absolute;
	top: 50%;
	left: 50%;
	/*resets the offset (should be half the width and height*/
	margin-top: -200px;
	margin-left:-450px;
	/*allows us to see wrapper*/
	color:white;
	font-weight:normal;
	font-size:13px;
	text-align: center;
	background-color:black;
}

.table1 { border: thin black solid;  color: #000000;} 
.table1a { color: #000000;}
.table1b { border-top: thin black solid; color: #000000;}

.table2 { border: thin white solid; } 

.table2a { color: #ffffff; } 

.text1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:normal;
        color: #ffffff;
	text-decoration: none;
}

.a1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
    color: #ffffff;
	text-decoration: none;
}

.a2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
    color: #ffffff;
	text-decoration: none;
}

.a21{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
    color: #ffffff;
	text-decoration: none;
}

.a3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:normal;
        color: #ffffff;
	text-decoration: none;
}

.a5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
    	color: #000000;
	text-decoration: none;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
    color: #ffffff;
	text-decoration: none;
}

a:hover{
	color:#800505;
}

.a4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
       color: #000000;
	text-decoration: none;
}

.a4 a:hover{
	color:#800505;
}

.a6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
       color: #800505;
	text-decoration: none;
}

.biga{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
         color: #000000;
	text-decoration: none;
}

.greya{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
         color: #777777;
	text-decoration: none;
}

.whitea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
         color: #ffffff;
	text-decoration: none;
}

.a6 a:hover{
	color:#000000;
}

hr {
  border: 0;
  width: 640px;
  color: #6d0000;
  background-color: #6d0000;
  height: 2px;
}





