@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0;
	padding: 0;
	background-color: #245074;
}

th, td{
	font-family:Trebuchet MS, Arial;
	font-size:11px;
	}
	
.bg_content{
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
}
	
.footer{
	font-family: Tahoma;
	font-size: 10px;
	color:#3785c7;	
}


a.footer{
	font-family: Tahoma;
	text-decoration:none;
	font-weight:bold;
	color: #08469a;	
}

a.footer:hover{
	font-family: Tahoma;
	text-decoration:none;
	font-weight:bold;
	color: #346ab1;	
}

a{
	font-family: Tahoma;
	text-decoration:none;
	color: #245074;	
}

a:hover{
	font-family: Tahoma;
	text-decoration:none;
	color: #3785c7;	
}

a.nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	padding: 0 0 0 10;
}

a.nav:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	color: #8ea8bd;	
	padding: 0 0 0 10;
}

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font: 14px Trebushet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #346ab1;
}

.img{
	border-color: #3785c7;
	border-style:solid;
	border-width: 1px;
}

.divider_repeat{
	background-image:url(../images/divider_repeat.gif);
	background-repeat:repeat-y;
}

.list{
	list-style-image:url(../images/list.gif);
}



