/* default selectors */
div {
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	color: #000;
}

ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 20;
	padding:  0 0 0 25;
}

ol {
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	margin: 0 0 0 20;
	padding:  0 0 0 25;
}

ol.subol {
	color: #666;
}

li {
	padding: 4 0 4 0;
}

ul.strong {
	font-size: larger;
	font-weight: bold;
}

body {
	background-color: #fff;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #004A83;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
}

h4 {
	font-size: small;
	font-weight: bold;
}

h5 {
	font-size: x-small;
	font-weight: bold;
}

h6 {
	font-size: xx-small;
	font-weight: bold;
}

form {

}

select {

}


/* custom for this DES */

div.centercontent {
	text-align: center;
}

div.main {
	position: relative;
	top: 0px;
	left: 0;
	width: 560;
	text-align: left;
	background-color: #fff;
	padding: 10;
}

div.headgraphic {
	position: relative;
	width: 780px;	
	height: 200px;
	background: url('ag_header.gif') no-repeat;
}

div.head {
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 12 0 0;
}

div.footer {
	background-color: #004A83;
	text-align: center;
	width: 780px;
	padding: 20 0 20 0;
	margin: 0 0 0 0;
}

div.note {
	border: 1px solid #004A83;
	background-color: #B1C6D7;
	padding: 5 8 5 8;
}

p.alright {
	text-align: right;
}

div.returnlink {
	padding: 4 0 0 0;
}

div.indentlinks {
	padding: 5 5 5 25;
}

p.head {
	font-size: large;
	color: #004A83;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 6 0;
	width: 550px;
	text-align: right;
}


div.doc_head-1 {
	position: relative;
	text-align: right;
}

div.doc_title {
	font-size: large;
	color: #004A83;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 6 0;
	vertical-align: bottom;
	height: 70px;
}

p.footlinks {
	color: #fff;
}

p.toplinks {
	color: #004A83;
}

form.navform {

}

select.navform {
	border: solid thin #004A83;
	background-color: #B1C6D7;
}



p.footer {
	color: #fff;
}

div.headnote {
	text-align: right;
}

div.footnote {
	text-align: right;
}

p.headnote {
	text-align: right;
	color: #039;

}

p.footnote {
	text-align: right;
	color: #039;
}

p.para {
	padding: 5 25 5 25;
	margin: 0 0 0 0;
}

p.nextpage {

}

/* links */

a:link { color: #00f; }

a:visited { color: #00f; }

a:active { color: #00f; }

a:hover { color: #800000; }

a.foot:link { color: #fff; font-weight: normal; text-decoration: underline; }
a.foot:visited { color: #fff; font-weight: normal; text-decoration: underline; }
a.foot:active { color: #fff; font-weight: normal; text-decoration: underline; }
a.foot:hover { color: #fff; font-weight: normal; text-decoration: none; }

a.optlink:link { color: #005D79; text-decoration: underline}
a.optlink:visited { color: #005D79; text-decoration: underline}
a.optlink:hover { color: #005D79; text-decoration: none}
a.optlink:active { color: #005D79; text-decoration: underline}
