@charset "utf-8";

/* CSS Document */
body{
	background-image:url(../images/bg-top.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	margin:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h2{
	margin:10px 0px 10px 0px;
	color:#4185f1;}

h3{
	font-size:100%;
	margin:0px 0px 2px 0px;
}

h4{
	font-size:85%;
	margin:0px 0px 0px 0px;}
p{
	font-size:85%;
	line-height:1.4em;
	margin:0px 0px 15px 0px;}
a{
color:#2a3990;
}

table{
	border:1px solid #abc5ee;
	border-collapse:collapse;
	margin:0px 0px 15px 0px;
}

td{
	border:1px solid #abc5ee;
	background-color:#d8dfea;
	font-size:85%;
	padding:2px 10px;
}

caption{
	text-align:left;
	font-size:100%;
	font-weight:bold;
	color:#4185f1;
	padding-bottom:3px;
}
