﻿body {
}


a 
{
    color:#2d66c4;
    text-decoration:none;
}

a:hover
{
    color:red;
    text-decoration:underline;
}


.img_link
{
   border: solid 1px #999999;
}

h1
{
    font-weight:bold;
    color:Black;
    font-size:14px;
}

.center
{
    background-image: url(images/center-bg-new.gif);
    background-repeat:repeat-y;
}
.nav a
{
	display: block;
	color:#2F4B78;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	background-color:white;
	border-style:solid;
	border-width:11px;
	border-color:white;

}
.nav:hover a
{
	display: block;
	color:#2F4B78;
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
	background-color:#FFA600;
	border-style:solid;
	border-width:11px;
	border-color:white;

}
.heading
{
	color:#2d66c4;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
}

</style>

