@charset "UTF-8";
/* CSS Document */

body {	
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

h3 {
	font-size:13px;
	color:#222222;
	font-weight:bold;
}

.headerleft {
	background-image:url(images/header-sized.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.headerright {
	background-image:url(images/header-sized.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


/* Borders for main section below */

.leftborder {
	background-image:url(images/border.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.rightborder {
	background-image:url(images/border.gif);
	background-repeat:repeat-y;
	background-position:left;
}

a {
	color:#00508B;
	text-decoration:underline;
}

a:hover {
	color:#2881C0;
}

.legal {
	text-decoration:underline;
	font-size:10px;
}

a.legal {
	text-decoration:underline;
	font-size:10px;
}

a.legal:hover {
	text-decoration:none;
	font-size:10px;
	color:#333333;
}