/* CLASSES */
.innerTable {
	border: thin solid #000000;
}
.footerTable {
	border: thin dashed #000000;
}
.menuTable {
	border-top: thin none #000000;
	border-right: thin solid #000000;
	/*border-bottom: thin solid #000000;*/
	border-left: thin solid #000000;
}
.flashad{
margin:12px 10px 10px;
}
.bullet{
	margin-right: 8px;
	margin-left: 8px;
}
.menu{
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: justify;
}

/* Contextual Selectors */
.menu a:link {
	color: #FFFFFF;
}
.menu a:visited {
	color: #FFFFFF;
}
.menu a:hover{
	color: #FF9900;
}

/* TAGS */

h3{
color:#003366;
font-size:small;
margin: 10px;
}
h4{
color:#FFFFFF;
font-size:small;
margin: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a:link {
	color: #000033;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #000033;
}
a:active {
	color: #CCCCCC;
}
p {
	text-align: justify;
	margin: 10px;
}
li
{
	padding: 3px;
}