.style.css {
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
}

.NormalText {	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
}

a:link {
	color: #75c2b2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #75c2b2;
}
a:hover {
	text-decoration: underline;
	color:#336666;
}
a:active {
	text-decoration: none;
	color: #75c2b2;
}


#border {
	border:solid;
	border-width:5px;
	border-color:#d8d8d8;
	}
	
	.border2 {
	border:solid;
	border-width:5px;
	border-color:#d8d8d8;
	}
	
	
.TextSmall {
	font-size: 9px;
}
.BoldItalicLarge {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.TextLargeCyan {
	font-size: 16px;
	color: #75c2b2;
}
.TextLargePink {
	font-size: 16px;
	color:#FF6699;
}
.TextLarge {
	font-size: 16px;
}
.TextVeryLargeWhite {
	font-size: 19px;
	color:#FFFFFF;
}



.bulletstars {
	list-style-image:url(images/bullet_star_on_white.gif);
} 

.TextBoldCyan {
	font-weight: bold;
	color: #75c2b2;
}

.TextBoldPink {
	font-weight: bold;
	color: #FF6699;
}
.TextBoldRed {
	font-weight: bold;
	color:#CC0000;
}

.TextBoldWhite {
	font-weight: bold;
	color: #FFFFFF;
}

.TextSmallWhite {
	font-size:9px;
	color: #FFFFFF;
}
.TextWhite {
	color: #FFFFFF;
}

a.TextSmallWhite:link {
	color:#FFFFFF;
	text-decoration: none;
}
a.TextSmallWhite:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.TextSmallWhite:hover {
	text-decoration: underline;
	color:#003333;
}
a.TextSmallWhite:active {
	text-decoration: none;
	color: #FFFFFF;
}

.imagespaddingLEFT {padding-left:10px; padding-bottom:5px;}

.BoxBorderBackgroundGrey80x100 {
	border:thin solid #CCCCCC;
	background-color:#E8E8E8;
	width:80px;
	height:100px;
	margin:0;
	text-align:center;
	}



