body 
{
	height: 100%;
	background-color: #ffffff;
	font-family: Tahoma, Arial;
	font-size:12px;
	line-height:15px;
	margin: 0; 
	padding: 0;
/*	background-image: url(../img/top_strip.gif);		*/
	background-repeat: repeat-x;
}

p 
{ 
	padding: 0px 0px 10px 0px; 
}

p.intro
{
/*	font-style: italic;	*/
	font-weight: bold;
	color: #666666;
}

p.quote
{
/*	font-style: italic;	*/
	color: #666666;
	font-size: 10px;
	text-align: right;
}

h1 
{ 
	font-family: Tahoma, Arial, Verdana; 
	margin:0px; 
	padding:10px 0px 15px 0px; 
/*	text-transform:uppercase; 	*/
	font-size:18px; 
	color: #3370B5;
}

h2 
{ 
	margin:0px; 
	padding:5px 0px 10px 0px;
	font-family: Tahoma, Arial, Verdana; 
	font-size:15px; 
/*	text-transform:uppercase; 	*/
	color: #999999; 

}

h3 
{ 
	margin:0px; 
	padding:5px 0px 10px 0px;
	font-family: Tahoma, Arial, Verdana; 
	font-size:14px; 
/*	text-transform:uppercase; 	*/
	color: #666666; 
}

h4
{ 
	margin:0px; 
	padding:5px 0px 10px 0px;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 13px; 
/*	text-transform:uppercase; 	*/
/*	color: #0075CE; 	*/
	color:	#FF9933;
}




.floatLeft
{
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid #dddddd;
}

.floatRight
{
	float: right;
	margin: 0px 0px 10px 20px;
	border: 1px solid #dddddd;
}

hr
{
	margin: 5px 0px 10px 0px;
	background-color: #fff;
	height: 0px;
	border-top: dotted 1px #0075CE;
	width: 100%;
}	

#ok li 
{
	padding-left: 25px;
	line-height: 20px;
	background-image: url(/assets/templates/litmus/img/ok_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
}


#goldfish li 
{
	padding-left: 25px;
	line-height: 20px;
	background-image: url(/assets/templates/litmus/img/bullet_gold_16.gif);
	background-repeat: no-repeat;
	background-position: -0.0em 0.2em;
}

input[type="submit"] 
{
	background-color: #E0000C;
	border: 1px solid #E0000C;
	color: #FFFFFF;
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	font-weight: bold;
}

input[type="submit"]:hover 
{
	background-color: #3370B5;
	border:1px solid  #3370B5;
}


hr.clearboth
{
	clear: both;
	background-color:#CCCCCC;
	border:0px solid;
	height:1px;
	text-align:center;
}

hr.refined
{
	background-color:#CCCCCC;
	border:0px solid;
	height:1px;
	text-align:center;
	width: auto;
	margin: 0px 5px 0px 0px;
}


