
h1
{
	font-size: 24px; 
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	font-size: 20px; 
	font-weight: bold;
	margin-bottom: 10px;
}

h3
{
	font-size: 18px; 
	font-weight: bold;
	margin-bottom: 10px;
}

h4
{
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 10px;
}

h5
{
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 10px;
}
.boldhdrtext
{
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 10px;
}
.ac
{
	text-align: center;
}

.ar
{
	text-align: right;
}
.small
{
	font-size: 12px;
}

.smaller
{
	font-size: 11px;
}

.smallest
{
	font-size: 10px;
}

.nomarg
{
margin: 0;
}

.nopad
{
padding:0;
}


p, ul, ol, blockquote, dl
{
	margin-bottom: 20px;
}

p, ul, ol, blockquote, dl, td
{
	line-height: 20px;
}

ul, ol, dl
{
	margin-left: 20px;
}

ul
{
	list-style: square;
}

ol
{
	list-style: decimal;
}

blockquote
{
	margin-left: 40px;
}

a, a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

a:active
{
	color: #FF0000;
	text-decoration: underline;
}

table.striped
{
	width: 100%;
	font-size: 11px;
	border: 1px solid #1b1b1b;
}

table.striped tr th
{
	background-color: #525252;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

table.striped tr td
{
	padding: 3px;
}
table.striped tr
{
	background-color: #0a0a0a;
}

table.striped tr.alt
{
	background-color: #1b1b1b;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}