/*Main Link Color*/
a.main:link {
	color: C12C28;
	text-decoration : none;
}
a.main:active {
	color: 0F4364;
	text-decoration : none;
}
a.main:visited {
	color: C12C28;
	text-decoration : none;
}
a.main:hover {
	color: 0F4364;
	text-decoration : none;
}

BODY {
	margin-left : 0;
	margin-right : 0;
	margin-top : 5px;
	margin-bottom : 5px;
	background : 0F4364;
}

.main-tbl {
	width: 600px;
	height: 100%;
	border: 0px;
	padding: 5px, 5px, 5px, 5px;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

.slogan-tbl {
	background : C12C28;
	width:100%;
	padding: 1px, 1px, 1px, 1px;
}

.slogan {
	font-family : Freestyle Script;
	font-size : 24pt;
	color: White;
}

/*Index Link Color*/
a.white:link {
	color: White;
	text-decoration : none;
}
a.white:active {
	color: C12C28;
	text-decoration : none;
}
a.white:visited {
	color: White;
	text-decoration : none;
}
a.white:hover {
	color: C12C28;
	text-decoration : none;
}

.index-tbl {
	width: 100%;
	border: 1px solid C12C28;
	padding: 5px, 5px, 5px, 5px;
}

.index-hd {
	color: White;
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

.index-txt {
	color: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.stories-tbl {
	width: 100%;
	border-top-width : 1px;
	border-top-style : solid;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-left-width : 1px;
	border-left-style : solid;
	border-right-width : 1px;
	border-right-style : solid;
	border-color : Gray;
	border-spacing : 5;
}

.stories-hd {
	font-family : "Arial Rounded MT Bold";
	font-size : 14pt;
	font-style : italic;
	font-variant : small-caps;
}

.stories-txt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.web-txt {
	font-family : "Century Gothic";
	font-size : 12pt;
}

/*Story Pages*/
.sp-tbl {
	width: 600px;
	height: 100%;
	display: block;
	background-color : White;
	border : thick solid #7B96A8;
	padding : 10px;
}

.sp-hd {
	font-family : "Arial Rounded MT Bold";
	font-size : 16pt;
	font-style : italic;
	font-variant : small-caps;
	color : C12C28;
}




