@charset "utf-8";
/* CSS Document */

body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 22px;
	background-image:url(/graphics/bg.jpg);
	background-repeat:repeat-x;
}

.blue {
	color: #363b74;
}

.periwinkle {
	color: #7274a1;
}

h1 {
	color: #363b74;
	font-size: 16px;
}
	
h2 {
	color: #363b74;
	font-size: 14px;
}
	
h3 {
	color: #363b74;
  	font-size:12px;
   }

a:link, a:visited {
	color: #7274a1;
	text-decoration: none;
	border-bottom:1px solid;
}    

a:hover {
	color: #363b74;
	text-decoration: none;
	border-bottom: 0px;
}

a.nav:link, a.nav:visited {
	color: #ffffff;
	font-size: 11px;
	text-transform:uppercase;
	font-weight: 700;
	border-bottom: 0px;
}

a.nav:hover {
	color: #363b74;
	font-size: 11px;
	text-transform:uppercase;
	font-weight: 700;
	border-bottom: 0px;
}

.copyright{
	color: #7274a1;
	font-family: Myriad, Arial, sans-serif;
	text-transform:uppercase;
	font-size: 10px;
	line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #7274a1;
	font-size: 10px;
	text-transform:uppercase;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #7274a1;
	font-size: 10px;
	text-transform:uppercase;
	border-bottom: 0px solid;
}

.img_left {
	border: 0;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
