@charset "utf-8";
/* CSS Document */

body, html
{
	background:#eaeaea url(../images/BG.jpg) top center repeat-y;
	margin: 0px;
	font-family: Tahoma;
	font-size: 14px;
	color:#666666;
}

.GreenText
{
	font-size:14px;
	color:#009900;
}

.BlackText
{
	font-size:14px;
	color:#000000;
}

.BlackText-Yellow
{
	font-weight:bold;
	color:#000000;
	background:#FFFF00;
}

.BlackText-Gray
{
	font-size:13px;
	color:#333333;
	background:#CCCCCC;
}

.BlueText
{
	font-size:20px;
	color:#666666;
}

.Attention
{
	margin-top: 25px;
	margin-bottom:25px;
	padding:10px;
	width: 450px;
	height:125px;
	border: dashed #CC0000 1px;
}

.ItalicText
{
	font-size:12px;
	font-style: italic;
	color:#333333;
}

.Testimonials
{
	width:170px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #F0F0F0;
	border: solid #CCCCCC thin;
}

.TestimonialsRed
{
	color:#CC0000;
	font-size:14px;
}

.RedSmall
{
	color:#CC0000;
	font-size:12px;
}

.RedBig
{
	color:#CC0000;
	font-size:18px;
	font-weight:bold;
}

.DottedBox
{
	width:98%;
	height:98%;
	border: dashed #999999 1px;
	padding:1%;
}

.YellowHighlight
{
	background-color:#ffffcc;
	margin-top: 25px;
	margin-bottom:25px;
	padding:10px;
	width: 450px;
	border: #000000 1px groove;
}

.gdash
{
	border: #000000 1px dashed;
}

.LightGraySmall
{
	color:#666666;
	font-size:11px;
}
.NormalBlack
{
	color:#333333;
	font-size:12px;
}