body { 
	background-color: #fff; 
	text-align: center; 
	margin: 0; 
}
table {
	color: #666;
	font-size: 12px; 
	font-family: sans-serif; 
	line-height: 18px; 
}
td { 
	vertical-align: top; 
}
p { 
	color: #666; 
	font-size: 12px; 
	font-family: sans-serif; 
	line-height: 150%; 
}
a:{ 
	color: #cc0066; 
	font-size: 12px; 
	font-family: sans-serif; 
	line-height: 18px;
 }
a:link { color: #36c; text-decoration: none; }
a:visited {
	color: #036;
	text-decoration: none;
}
a:hover { color: #800080; text-decoration: underline; }
ol { 
	color: #666; 
	font-family: serif;
	line-height: 18px;
	list-style-type: decimal; 
	margin: 1em 0 1em 40px; 
}
p.super_header { font-size: 24px; line-height: 120%; }
p.header { font-size: 16px; line-height: 120%; }
p.subheader { font-size: 14px; line-height: 120%; }
p.caption {
	font-size: 11px;
}
td.info {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
	border-top: 1px dotted #999;
	border-bottom-color: #fff;
}
td.info_login {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top: 1px dotted #fff;
	border-bottom-color: #fff;
}
.green { color: #060; }
.yellow_green { color: #663; }
.orange { color: #f60; }
.blue_green { color: #399; }
.white { color: #fff; }
/*Build Background Graphics*/
td.bg_top { 
	background-image: url(../images/bg/bg_top.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 top; 
}
td.bg_right { 
	background-image: url(../images/bg/bg_right.gif); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
}
td.bg_left { 
background-image: url(../images/bg/bg_left.gif); 
background-repeat: no-repeat; 
background-position: 0 bottom; }
td.bg_left_sd { 
	background-image: url(../images/bg/bg_left_sd.gif); 
	background-repeat: repeat-y; 
}
td.bg_right_sd { 
	background-image: url(../images/bg/bg_right_sd.gif); 
	background-repeat: repeat-y; 
}
td.bg_bottom { 
	background-image: url(../images/bg/bg_bottom.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 top; 
}


