/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
h2 {
	width: auto;
	display: inline;
	margin: 0;
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #33C5F4;
	background: url(imgs/reddotted.gif) left bottom repeat-x;
	padding: 1px;
	
}
h3 {
	color: #33C5F4;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	overflow: visible;
}
a:link {
	text-decoration: none;
}
body,td,th {
	font-family: Tahoma, sans-serif ;
	font-size: 11px;
	color: #000000;
}
.bodytext {
	margin: 0;
	color: #000000;
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
}
.bodytext a {
	color: #FF0000;
	text-decoration: underline;
}
.bodytextwhite {
	margin: 0; 
	color: #FFFFFF; 
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif; 
}
.bodytextwhite a{
	color: #FFFFFF;
	text-decoration: underline;
}
.bodytextwhite a:visited {
	text-decoration: underline;
}
.bodytextwhite a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.bodytextwhite a:active {
	text-decoration: underline;
}
.WhiteText {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	line-height: 0.9;
}
.GreyText {
	color: #CCCCCC;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	line-height: 0.9;
}
.Titles {
	color: #33C5F4;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	line-height: 0.9;
}
.Dates {
	font-size: 9px;
	color: #999999;
}

/*Link states*/

a {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9F9F9F;
}
a:active {
	text-decoration: none;
}
.RedLinks {
	color: #FF0000;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	line-height: 0.9;
}
.RedLinks a {
	color: #FF0000;
	text-decoration: none;
}
.RedLinks a:hover {
	color: #cccccc;
	text-decoration: none;
}
.RedLinks a:active {
	color: #FF0000;
	text-decoration: none;
}

.BlueLinks {
	color: #18b5e7;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	line-height: 0.9;
}
.BlueLinks a {
	color: #18b5e7;
	text-decoration: none;
}
.BlueLinks a:hover {
	color: #999999;
	text-decoration: none;
}
.BlueLinks a:active {
	color: #18b5e7;
	text-decoration: none;
}

.GreyLinks {
	color: #CCCCCC;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	line-height: 0.9;
}
.GreyLinks a {
	color: #CCCCCC;
	text-decoration: none;
}
.GreyLinks a:hover {
	color: #999999;
	text-decoration: none;
}
.GreyLinks a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.WhiteLinks {
	color: #FFFFFF;
	font-size: 32px;
	margin: 0;
	line-height: 0.9;
	font-weight: bold;
}
.WhiteLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.WhiteLinks a:hover {
	color: #999999;
	text-decoration: none;
}
.WhiteLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

	
/*Anchor postioning*/
span.right {
	float: right;
	display:block;
	height: 1px;
	width: 1px;
}
span.left {
	float: left;
	display:block;
	height: 1px;
	width: 1px;
}
	/*Image boarder and spacing styles*/
.Thumbnail {
	padding: 3px;
	border: solid 1px #BBBBBB;
	float: left;
	margin: 3px 10px  5px 0;
}

.ThumbnailGallery {
	padding: 3px 3px 3px 3px;
	border: solid 1px #BBBBBB;
	margin: 0;
	background-color: #FFFFFF;
}
.ParagraphIndents {
	padding: 0 10px 0 10px;
}
.CudeIndents {
	padding: 10px 10px 10px 10px;
}
