body {
	
	background-color: #27343c;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, sans-serif;

	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
		
}

.border {
	border: thin solid #DD4554
}

A:link {
	color: #DD4554;
	TEXT-DECORATION:none;
	;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, sans-serif;
} 

A:visited {
	color: #DD4554;
	TEXT-DECORATION:none;
	;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, sans-serif;
}

A:hover {
	color: #71AAF5;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, sans-serif;
	text-decoration: none
}

A:active {
	color: #DD4554;
	TEXT-DECORATION:none;
	;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, sans-serif;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 180%;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#DD4554;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#DD4554;
}

.info {
	font-family: "Lucida Grande", "Lucida Sans Unicode"  Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.demoheading
{
    font-size: 14pt;
    text-align: center;
    font-face: Gill Sans;
    color: black;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-weight: bold;
}