/* default styles */

body	{
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 10px;
}

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 100%;
	font-weight: bold;
	color: #660000;
}
	
h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 100%;
	font-weight: bold;
	text-align : center;
	color: #990000;	
}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 100%;
	font-weight: bold;
	color: #990000;
}

h4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 100%;
	font-weight: bold;
	color: #660000;
}

p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	margin-bottom : -3px;
	line-height : 110%;	
}

ol	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	line-height : 110%;
	margin-left: 17px;
}

ul	{
	list-style-image:  url(images/a-redbullet.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	line-height : 110%;
	margin-left: 17px;
}


li.gold	{
	list-style-image:  url(images/a-goldbullet.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	margin-bottom : 5px;
	line-height : 110%
}

hr {
	color : #990000;
	width : 100%;
	height: 2px;
}

a:active	{
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	margin-bottom : -3px;
	line-height : 110%;
	text-decoration: none;
}

a:link	{
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	margin-bottom : -3px;
	line-height : 110%;
	text-decoration: none;
}

a:visited	{
	color: #0000CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	margin-bottom : -3px;
	line-height : 110%;
	text-decoration: none;
}

a:hover	{
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : small;
	margin-bottom : -3px;
	line-height : 110%;
	text-decoration: none;
}

/* header table styles */

table.head-table	{
		background-color: #CCCCCC;	
}

/* content table styles */

td.body	{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;

}

/* footer table styles */

td.foot-center	{
	background-color: #FFFFFF;
	text-align : center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.foot-text	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-top : 2px;
	margin-bottom : 2px;
	line-height : 120%;
}

a.foot-link:active	{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-top : 2px;
	margin-bottom : 2px;
	text-decoration: none;
	line-height : 140%;
}

a.foot-link:link	{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-top : 2px;
	margin-bottom : 2px;
	text-decoration: none;
	line-height : 140%;
}

a.foot-link:visited	{
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-top : 2px;
	margin-bottom : 2px;
	text-decoration: none;
	line-height : 140%;
}

a.foot-link:hover	{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-top : 2px;
	margin-bottom : 2px;
	text-decoration: none;
	line-height : 140%;
}

hr.greyline	{
	height: 1px;
	width: 80%;
	color : #CCCCCC;
}

/* alignment and indenting styles */

.align-center	{
	text-align : center;
}

.align-right	{
	text-align : right;
}