
.heading  {
	font-size : 16px;
	font-family : Trebuchet MS, Verdana, Arial;
	line-height : 20px;
	color: #09539B;
	text-align : left justify;
	font-weight: bold;
}

.text  {
	font-size : 11px;
	font-family : Verdana, Arial;
	line-height : 15px;
	color: #000000;
	margin: 0px 10px 10px 15px;
}

.smalltext  {
	font-size : 9px;
	font-family :  Verdana, Arial;
	line-height : 12px;
	color: #000000;
}


.footertext  {
	font-size : 9px;
	font-family : Verdana, Arial;
	line-height : 12px;
	color: #666666;
	text-align : center;
}

a {color: #FB0101; text-decoration: underline}  
a:hover {color: #000000; text-decoration: underline}
a:visited {color: #FE8181; text-decoration: underline}

input {
	font-size: 10px; 
	background: #ffffff; 
	color: #000000; 
	font-family: verdana, arial
}


SELECT {
	font-size: 10px; 
	background: #EAEAEA; 
	color: #000000; 
	font-family: verdana, arial
}
TEXTAREA {
	font-size: 10px; 
	background: #EAEAEA; 
	color: #000000; 
	font-family: verdana, arial
}

 .floatright
{
float: right;
margin: 0 0 10px 10px;
}
.userMsg {
	color: red;
	padding: 5px;
	font-weight: bold;
	font-family: verdana,arial;
	font-size: 11px;
}

#popup{
	padding: 5px 15px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#popup h1 {
	color: #fff;
	font-size:22px;
	text-align:center;
	padding: 2px 4px;
	margin: 5px 0;
}

#popup label {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

#popup p {
	color:#FFFFFF;
}

#popup .button {
	margin-left: 60px;
}
