/* CSS Document */

body
{
background-color:#f9e2ac;
margin:0px;
padding:0px;
color:#100065;
font-family: "Times New Roman", Times, serif;
font-size:18px;

}

.top_header
{
width:100%;
background-image:url(images/top_header.jpg);
height:344px;
background-repeat:no-repeat;
}

.bottom_header
{
background:url(images/bottom_bg.jpg) repeat-x;
height:169px;

}

.body_txt
{
color:#dc231a;
font-family: "Times New Roman", Times, serif;
font-size:18px;
}

.body_bg
{
background-image:url(images/body_bg.jpg);
height:278px;
background-repeat:no-repeat;
}

.body_bg1
{
background-image: url(images/body_bg_left.jpg);
height:278px;
background-repeat:no-repeat;
}

.td
{
padding:5px;
}


.link
{
color:#100065;
font-family: "Times New Roman", Times, serif;
font-size:30px;
text-decoration:none;
}

.link:hover
{
color:#100065;
font-family: "Times New Roman", Times, serif;
font-size:30px;
text-decoration:underline;
}

.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006600;
	font-weight:bold;
}

.border {
	border:1px #000066 solid;
}


