/*                                     */
/* Stylesheet for the TOA website project */
/* created by BigMikan Productions - 2005 */

body.toa {
/* sets the webpage background color and margins */
	margin: 10px 10px 10px 10px;
	border: 0;
	padding: 0;
	background-color: #003366;
	text-align: center;
}

td.leftsidebarbox {
	background-color: White;
	border-bottom: thin groove Silver;
	border-left: thin groove purple;
	border-right: thin groove Silver;
	border-top: thin groove purple;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

td.actionbar_rd {
	background-color: Red;
	border-top: thin solid maroon;
	border-right: thin solid maroon;
	border-left: thin solid maroon;
	border-bottom: thin solid maroon;
}

td.actionbar_wt {
	background-color: White;
}

table.actionbar {
text-align: center;
width: 100%;

}
table.creditbox {
	color: White;
	text-align: center;
	background-color: Maroon;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 100%;
}
td.creditbox {
	background-color: Maroon;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}

a.creditbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: underline;
	color: White;
}

a.toamenubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: White;
}

a.leftsidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	color: Red;
}

ul.faq {
	margin-left: 10px;
}

li.faq_q {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

li.faq_q2 {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

blockquote.faq {
	margin-left: 10px;
	
}