/* Layout */
body {background: #afcfee; margin: 0 0 10px 0}

BODY, TD, .NormalText { font-weight: normal; font-style: normal; text-decoration: none; color: #000000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }

.Title		{ font-size: 22px; font-weight: normal; color: #cc3333; font-family: Impact; letter-spacing: 1px; }
.Header		{ font-size: 17px; font-weight: bold; color: #cc3333; margin: 10px 0 5px 0; }
.Subheader	{ font-size: 14px; font-weight: bold; color: #003366; }

.Red		{ color: #cc3333; }
.Blue		{ color: #003366; }

/*
IMG.FloatLeft 	{ float: left; margin: 0 10px 10px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 10px 10px; }
*/

body, table, a:link, a:visited {font: 12px Arial, Helvetica, sans-serif; color: #000}
* #container {width: 800px; margin: 0 auto}
* #left_col {background: url(images/left_col_bg.gif) repeat-y; width:34px}
* #mid_col {background:url(images/mid_col_bg.gif) repeat-y; width: 9px}
* #right_col {background:url(images/right_col_bg.gif) repeat-y; width: 24px}
* #nav_bar {background: url(images/nav_bg.gif) repeat-y; width: 217px}
* #content_bg {background: url(images/content_bg.gif) repeat-y; height: 120px}
* #content {width: 479px; padding: 0 15px}
* .clear {clear: both}
* .center {text-align: center}

/* Text */
* .red12 {font: bold 12px Arial; color: #cc3333}

/* Links */
a:link, a:visited {text-decoration: underline}
a:hover {color: #cc3333}
* .sesame:link, .sesame:visited {font: 10px Arial; color: #cc3333; text-decoration: none}
* .sesame:hover {text-decoration: underline}

/* Headers */
h1 {font: bold 17px Arial; color: #cc3333; margin: 10px 0 5px 0}

h2 { font-size: 17px; font-weight: bold; color: #cc3333; margin: 10px 0 5px 0; }
h3 { font-size: 14px; font-weight: bold; color: #003366; }
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { color: #cc3333;}

/* Images */
IMG.img_right {margin: 0 0 15px 15px; float: right}
IMG.img_right_border {border: solid 1px #003366; margin: 0 0 15px 15px; float: right}
IMG.img_left_border {border: solid 1px #003366; margin: 0 15px 15px 0; float: left}
IMG.img_border {border: solid 1px #003366}

h6
{
	width: 475px;
	height: 1px;
	display: block;
	background: #003366;
	clear: both;
}

ol.alpha-list
{
	list-style-type: lower-alpha;	
}