/* CSS DOCUMENT */
#page,#story,#powers,#creations	{
	font-family : Arial, sans-serif;
	font-size : 10px;
	line-height : 14px;
	padding : 0px;
	margin : 0px;
}

.red	{
	color : #FA0202;
}

th {
	text-align: left;	
	font-size: 12px;
}

.altRow {
	background-color: #F0F6FC;	
}
	
label {
	font-weight: bold;	
}

.col {
	vertical-align: top;
}

td	{
	font-size : 11px;
	line-height : 14px;
}

p	{
	font-size : 11px;
	line-height : 14px;
	padding : 0px 0px 10px 0px;
	margin : 0px 0px;
}

a	{
	color : #003367;
	text-decoration : none;
}

a:hover	{
	color : #FFD229;
	text-decoration : none;
}

h1	{
	font-family : Arial, sans-serif;
	font-size : 20px;
	line-height : 24px;
	font-style : italic;
	font-weight : bold;
	padding : 0px 0px 1px 0px;
	margin : 0px 0px 5px 0px;
}

#page_right	{
	padding : 0px 10px 0px 10px;
	margin : 0px;
}

.callout	{
	padding : 0px 0px 0px 0px;
	margin : 0px;
	width : 129px;
}

#right_col	{
	padding : 28px 0px 0px 15px;
	margin : 0px;
}

#footer	{
	padding : 5px 0px 20px 184px;
	margin : 0px 0px 20px 184px;
	color : #FFF;
	font-size : 10px;
}

#footer_home	{
	padding : 0px 0px 20px 80px;
	margin : 0px 0px 20px 20px;
	color : #0066CC;
	font-size : 10px;
}

#footer_blue	{
	width : 587px;
	padding : 5px 0px 5px 0px;
	margin : 0px;
	color : #FFF;
	font-size : 10px;
	border-top : 1px solid #FFF;
}

#footer_red	{
	width : 587px;
	padding : 5px 0px 5px 0px;
	margin : 0px;
	color : #FFF;
	font-size : 10px;
	border-top : 1px solid #FFF;
}

#footer_grey	{
	width : 587px;
	padding : 5px 0px 5px 0px;
	margin : 0px;
	color : #FFF;
	font-size : 10px;
	border-top : 1px solid #FFF;
}

.input_select	{
	font-size : px;
	font-size : 9px;
	color : #003367;
	width : 176px;
}

.input_text	{
	font-size : 11px;
	width : 200px;
	color : #003367;
}

.input_city	{
	font-size : 11px;
	width : 119px;
	color : #003367;
}

.input_state	{
	font-size : 11px;
	width : 25px;
	color : #003367;
}

.input_zip	{
	font-size : 11px;
	width : 50px;
	color : #003367;
}

.button	{
	background-color : #CCC;
	color : #003367;
	font-size : 11px;
}

