body {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h2 { text-align: center; }

.textcss {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	font-style: normal;
	color: #000000;
}

.template_table {
	display: block;
	padding: 10px;
}

.imgtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
}

.imgtable_temp {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        color: #000000;
}

.list {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	color: #FFFFFF;
}
.dateobject {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
}

.bottomlinks {
	border: 1px solid #CCCCCC;
}

.whitetxtlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/* new for the list */

#qalist {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#qalist h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#qalist li {
/*	border: 1px dotted #000;*/
	margin-top: 1em;
}

#qalist p {
	border-top: 1px dotted #000;
	margin: 0;
	padding: 0 1em 0 1em;
}

/* middle navbar - replaced flash animation */

div#navbar {		
	display: block;
	position: relative;
	width: 100%; 
	height: 22px;
	z-index: 100;
	background-color: #AC0D0D;
	text-align: left;
	vertical-align: middle;
        margin: 0;
        padding: 1px 0px 1px 2px;
}

.insert {
        margin: 0px;
        padding: 0px;
        float: center;
        background-color: #FFF;
}

.insert img {
        display: inline;
        margin: 0px 0px 0px 20px;
        text-align: center;
}


/*------------------LINK SETTINGS------------------*/

div#navbar a {
        text-align: center;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .7em;
        color: #FFFFFF;
	/* width: 11%; */
	white-space: nowrap;
        border: 1px solid #FFFFFF;
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 0px 5px;
	background-color: #AC0D0D;
}

div#navbar a:hover {
	background-color: #FFFFFF;
        color: #AC0D0D;
	text-decoration: none;
}
	
A:hover .bottomlinks, A:hover .store_img {
	border-thickness: 1px;
	border-color: #AC0D0D;
	border-style: solid;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	color:#FFFFFF;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

a.whitetxtlink:link, a.whitetxtlink:visited, a.whitetxtlink:hover, a.whitetxtlink:active {
        color: #000000;
}

a.ticker:link, a.ticker:visited, a.ticker:hover, a.ticker:active {
	color:#FFFFFF;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

a.footer:link    { color: #000000; }
a.footer:visited { color: #000000; }
a.footer:hover   { color: #000000; }
a.footer:active  { color: #000000; } 

a:link    { 
	text-decoration: none;
	color: #AC0D0D;
}
a:visited { 
	text-decoration: none;
	color: #AC0D0D;
}
a:hover   {
	text-decoration: underline;
	color: #AC0D0D;
}
a:active  { 
	text-decoration: none;
	color: #AC0D0D;
}

