/* GLOBAL ELEMENTS */
* {
	color: #666;
	font-family:trebuchet ms,helvetica,arial,sans-serif;
	}

body {
	background:#000;
	margin:0;
	padding:0;
}

img {
	border-width:0;
	border-style:none;
	margin:0;
	padding:0;
	}

p, span {
	font-size:12px;
	paddding:0;
	}
p {
	margin:10px 0 0 0;
	}
hr {
	color: #356EA5;
	background-color: #356EA5;
	height: 2px;
	width: 90%;
	border: 0;
	text-align: left;
	margin-top: 5px;
	margin-right:auto;
	margin-bottom:5px;
	margin-left:auto;
	}

input, textarea, checkbox, select, file {
	border:1px inset #000000;
	font-size: 11px;
	background-color:#ffffff;
	padding:0;
	margin: 2px 0 2px 0;
	}

ul, ol, li {
	font-size:16px;
	}

fieldset {
	margin:5px 5px 5px 20px;
	}
td {
	font-size:12px;
	}
/* END GLOBAL */

/* STANDARD CLASSES */
.alert {
	color:#ff0000;
	font:12px;
	line-height: 150%;
	padding:0;
	}

.legal {
	font-size:11px;
	color:#666;
	font-style: italic;
	}

/* END STANDARD CLASSES */

/* STANDARD HEADER */
h1, h2, h3, h4, h5, h6 {
	letter-spacing:1px;
	color:#fff;
	margin: 10px 0 5px 0;
	}
h1 {color:#666;font-size:18px;line-height:25px;}
h2 {font-size:12px;}
h3 {font-size:14px;line-height:20px;}
h4 {font-size:14px;line-height:12px;}
h5 {font-size:13px;}
h6 {font-size:13px;line-height:11px;}

/* END STANDARD HEADER */

/* STANDARD LINKS */
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#232f84;
	font-size: 12px;
	line-height: 125%;
	}
a:hover {
	text-decoration:underline;
	}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {text-decoration:none;}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {text-decoration:none;}
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {font-weight:bold;text-decoration:none;}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {font-weight:bold;text-decoration:none;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline;}
li a:link, li a:visited, li a:hover, li a:active {text-decoration:none;}
li a:hover {text-decoration:underline;}

/* END STANDARD LINKS */

/* ALIGNMENTS */
.cal {text-align:center;}
.left {text-align:left;}
.ral {text-align:right;}
.tvert {vertical-align:top;}
.mvert {vertical-align:middle;}
.mcal {vertical-align:middle;text-align:center;}
.tcal {vertical-align:top;text-align:center;}

/* END ALIGNMENTS */

/* OLD ALIGNMENTS */
.aligncellcenter {text-align: center; vertical-align: top; }
.center { text-align: center; }
.elf { text-align: center; vertical-align: bottom; }
.aligncellright { text-align: right; vertical-align: top; }
/* END OLD ALIGNMENTS */

/* TABLE */
table.copytable {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	}
table.nospace {
	border-collapse: collapse;
	}
table.footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	border-collapse: collapse;
	padding: 0px;
	color: #fff;
	}
table#maintable {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-collapse: collapse;
	padding: 0px;
	}
/* END TABLE */

/* TD */
.hm_footer {
	font-size: 11px;
	font-weight: bold;
	color: #999966;
	text-align: center;
	vertical-align: top;
	padding: 4px;
	}
td.menuoption {
	text-align:left;
	font-family:trebuchet ms,helvetica,arial,sans-serif;
	font-size: 11px;
	vertical-align: top;
	}
td.copycell {
	vertical-align: top;
	background-color: #fff;
	}
td.headerimg {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	}
td.copytablecell {
	background-image: url(images/middle_bkg.gif);
	text-align: left;
	}
td.headdate {
	font-weight: bold;
	color: #c7c8e5;
	text-align: center;
	vertical-align: middle;
	}
.blueborder {
	background-color: #161d52;
	}
td.footer {
	text-align: center;
	font-size: 12px;
	color: #fff;
	}
td.firstpara {
	width: 430px;
	}
	
.rightgrade {
	background: url("images/lines_right.gif");
	background-repeat: repeat-y;
	vertical-align: top;
	width: 19px;
	}
.leftgrade {
	background: url("images/lines_left.gif");
	background-repeat: repeat-y;
	vertical-align: top;
	width: 20px;
	}
.whitecell {
	background-color: #fff;
	}

.blueline {
	background-color: #356EA5;
	}

/* END TD */

/* DIV */
.wysiwyg {
	width:342px;
	padding:0;
	margin:10px 0 0 0;
	}
/* END DIV */

/* UL */
/* END UL */

/* LI */

/* END LI */



/* TEXT */
.mainheader{
	font-size:16px;
	color:#000000;
	font-weight:bold;
	line-height:17px
	}
.nobr {
	white-space: nowrap
	}
p.photo {
	text-align:left;
	color: #666;
	}
p.copy {
	text-align:left;
	color: #666;
	width: 340px;
	}

.copy2 {
	text-align:left;
	color: #666;
	}
.wysiwyg p {
	margin:10px 0 0 0;
	}
/* TEXT END */

/* LINK */
/* END LINK */

/* HEADING */
/* END HEADING */

/* STRONG */
/* END STRONG */

/* SELECT */

/* END SELECT */

/* INPUT */
.submit {
	background:#000;
	color:#fff;
	}
/* END INPUT */

/* IMG */
/* END IMG */

/* HR */
/* END HR */

/* SUP */
/* END SUP */