/* CSS Document */

* { padding: 0; margin: 0; }

body
{
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	background-color: #3E3E3E;
}

td
{
	margin:10px;
	padding:10px;
}

ul
{
	margin:15px;
	padding:10px;
	line-height:200%;
	list-style-image:url(images/Bullet.jpg);
}

.mainTable
{
	border:5px ridge #B2B2D1;
	background: #fff;
	margin-top:15px;
}

.typewriter
{
	font-family: "Courier New",Courier,mono;
	font-size: 11pt;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.mainheading
{
	font-family: Tahoma;
	font-size: 22pt;
	font-style: normal;
	line-height: 1.4;
	font-weight: bold;
	color: #cc0000;
}

.mini_mainheading
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 16pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.sub_heading
{
	font-family: Tahoma;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #cc0000;
	padding: 25px 0px 25px 0px;
}

.red_text
{
	color: #CC0000;
	font-weight:bold;
}

.red_text_light
{
	color: #CC0000;
}

.blue_text
{
	color: #0000FF;
}

.highlight
{
	background-color: #FFFF00;
	font-weight: normal;
}

.link
{
	font-weight: bold;
	font-size: 15px;
}

.testimonial_heading
{
	font-family: Tahoma,Arial,Verdana;
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	color: #000099;
}

.testimonial_boxOut
{
	background-color:#4F6590;
	padding:10px;
	margin:10px;
}

.testimonial_boxInner
{
	background-color:#99CDFF;
	border-style:dashed;
	border-color:#FFFF00;
}

.bonus_text
{
	font-family: Tahoma,Arial,Verdana;
	font-size: 13pt;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	color: #000099;
}

.order_box
{
	border: 7px double #4F6590;
	background-color:#FFFF99;
	padding: 0px 40px 0px 40px;
}

.order_text
{
	line-height:250%;
	color:#02447E;
}

.small_text
{
	font-size: 10px;
	text-align: center;
}

.big_text
{
	font-size: 16px;
	text-align: center;
}

.txtBox
{
	color:#000000;
	font-weight:bold;
	height:17px;
	width:200px;
	border:1px solid #333399;
}

.txtArea
{
	color:#000000;
	font-weight:bold;
	height:100px;
	width:200px;
	border:1px solid #333399;
}

.button 
{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#17568E;
}

a.small { font-size:9px; }

a.small:hover { font-size:9px; }

a.header{ 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#660000;
		text-decoration:none;
		font-weight:bold;
		
}

a.header:hover{ 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#660000;
		text-decoration:underline;
		font-weight:bold;		
}
