body
{
	font-family: Arial,verdana,tahoma;
	font-size: x-small;
}
h4
{
	color: #3b5fa8;
}
h5
{
	color: #3b5fa8;
}
a
{
	text-decoration: none;
	color: #3b5fa8;
	font-size: x-small;
	font-weight: bolder;
}
a:hover
{
	text-decoration: underline;
}
a.biglink
{
	text-decoration: none;
	color: #3b5fa8;
	font-size: small;
	font-style: oblique;
	font-weight: bolder;
}
a.biglink:hover
{
	text-decoration: underline;
	color: #a33939;
}
.button_1
{
	border-bottom: 1px solid #3b5fa8;
	text-align: left;
	padding-left: 20px;
	background-image: url( 'images/bullet.gif' );
	background-repeat: no-repeat;
	background-position: left center;
}
.button_2
{
	text-align: left;
	padding-left: 25px;
	background-image: url( 'images/bullet2.gif' );
	background-repeat: no-repeat;
	background-position: left center;
}
.footer
{
	background-color: #d3e9fa;
	color: #3b5fa8;
	font-size: 10pt;
	height: 25px;
	border-bottom: 1px solid #3b5fa8 /*background-image:url('images/bg_footer.gif');background-repeat:repeat-x;color:#3b5fa8;font-size:10pt*/;
}
tr.heading1
{
	background-color: #3b5fa8;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
tr.alternate1
{
	background-color: #d3e9fa;
	font-size: x-small;
	border-bottom: 1px solid #3b5fa8;
}
tr.alternate2
{
	background-color: #ffffff;
	font-size: x-small;
}
p
{
	text-align: justify;
}


.heading1
{
	background-color: #3b5fa8;
	color: White;
	text-align: center;
	font-weight: bold;
}
ul.sidemenu
{
	list-style: none;
	list-style-position: outside;
	margin-left: 5px;
	padding: 0px;
}
ul.sidemenu li
{
}
ul.sidemenu li a
{
	text-decoration: none;
	color: #3b5fa8;
	font-size: x-small;
	font-weight: bolder;
	padding: 5px 10px;
	display: block;
}
ul.sidemenu li a:hover
{
	text-decoration: underline;
	background-color: #3b5fa8;
	color: #d3e9fa;
}

.comment
{
	font-size: 8pt;
	padding-left: 25px;
	font-weight: bold;
	color: #3b5fa8;
	color: Teal;
}
.comment_small
{
	font-size: 7pt;
	padding-left: 10px;
	font-weight: bold;
	color: #3b5fa8;
}


#gradient
{
	color: #fff;
	height: 100%; /*padding: 0px;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#3b5fa8), to(#ffffff));
	background: -moz-linear-gradient(top, #3b5fa8, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b5fa8, endColorstr=#ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b5fa8, endColorstr=#ffffff)";
}
#btn
{
	/*background: #3b5fa8 url( 'images/dlArrow.gif' ) no-repeat right middle;*/
	background-color:#3b5fa8;
	background-image:url('images/dlArrow.gif' );background-repeat:no-repeat;
	background-position:right center;
	padding-right: 22px;
	color: #ffffff;
	border:1px solid;
	border-color: #d3e9fa;
	height:25px;
}


input.btn
{
	color: #050;
	font: bold 84% 'trebuchet ms' ,helvetica,sans-serif;
	background-color: #fed;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
}
