@charset "utf-8";
/* CSS Document */

a {
	color:#000099
}

a.leftnav {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-style:normal;
	text-decoration:none
}

body {
	margin:0;
	padding:0;
	text-align:center
} 

h1 {
	font: Helvetica, Arial, sans-serif;
	color:#000099;
	font-size: large
}

h2 {
	font:Helvetica, Arial, sans-serif;
	color:#000099;
	font-size:large
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:medium;
	font-weight:bold;
	color:000099
}

h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	color:000099
}

p {
	color:#000000
}

td {
	color:#000000
}

ul {
	color:#000000
}	

ul.leftnav {
	list-style-type:none;
	margin-left: 0;
	padding-left:0;
}

ul.nobullets {
	list-style-type:none
}

ul.bluedots {
	list-style-image:url(../images/BlueDot.gif)
}

ul.ul {
	list-style-type:circle
}	

.Attention {
	font-size:large;
	font-style:italic;
	font-weight:bold
}	

.BlueText {color: #000099}	
.Copyright {
	font-size:x-small;
	color:#000099	
}

.RedText {color: #FF0000}
			
#wrapper {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	border-top:solid;
	border-top-color:#ffcc66;
	border-top-width:medium;
	border-right:solid;
	border-right-color:#ffcc66;
	border-right-width:medium;
	border-bottom:solid;
	border-bottom-color:#ffcc66;
	border-bottom-width:medium;
	border-left:solid;
	border-left-color:#ffcc66;
	border-left-width:medium;
	background-color:ffffff;
	text-align:left
}
	

