body {

	margin:0px;
	padding:0px;
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;

}

h3
{
	line-height:100%;
}

.point_text {
	color: #003399;
}
.bold {
	font-weight: bold;
}


.title_point {
	font-weight: bold;
	color: #006699;
}

.heading_blue {
	font-weight: bold;
	font-size:30px;
	color: #006699;
	line-height:100%;
}

.small_blue_heading
{
	font-weight:bold;
	color: #006699;
}

.heading_red {
	font-weight: bold;
	font-size:30px;
	color: red;
	line-height:100%;
}

.InputBox {
	font-size: 9px;
	border:1px solid #cccccc;
	width:100px;
}

a:link	{color:red; text-decoration: none;}
a:visited	{color:red; text-decoration:none;}
a:hover	{text-decoration:underline;}


/*
a:visited{
	color:#990000;
}

a{
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}
*/

ul {
	margin:10px;
	padding:10px;
	margin-top:0px;
	padding-top:0px;
}

li {
	list-style-image:url(images/icon.gif);
}

/* footer links */
.footerlinks {
	padding-top:6px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#333333;
}

.footerlinks {
 color:#333333;
 text-decoration:none;
}
.footerlinks a:hover {
 color:#3399ff;
 text-decoration:underline;
	
}
/* style for inside box */
.bodyText {
	width:270px;
	line-height:14px;
}

iframe {
	overflow-x: hidden;
}

.red
{
	color:red;
}
