/* CSS Document */

body{
margin:0px;
padding:0px;
text-align:center;
}

#main_div{
text-align:center;
}

.border{
border: solid thin #CCCCCC;
}

.thinrow{
height:2px;
}

.bottomline{
height:22px;
background:#5787ce;
color: #ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align: center;
}

.bg{
background-image:url(../images/bg.gif);
background-repeat:repeat-y;
}

.Text
{
	font-family: Garamond;
	font-size: large;
}
.Header
{
	font-size: x-large;
}