/* body color and margin*/
body {
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;

}
/* header background */
.header_bg {
	background: url('header_bg.gif');
	color: #FFFFFF;
}
/* colors for background */
.colorbg {
	background-color: #FFFFFF;
}
.borderbg {
	background-color: #CCCCCC;
}
.borderbg_alt {
	background-color: #EEEEEE;
}
.linebg {
	background-color: #EEEEEE;
}

/* common style */
p.regFont, div.regFont {
	margin-top:5px;
	text-align:justify;
	margin-bottom:15px;
	margin-left:7px;
	margin-right:7px;
	}
.regFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.regFont a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
/* common style with alert */
.regFontAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
/* common style Big Font Color */
.regBigFontColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9bd75f;
	margin-left:7px;
	margin-right:7px;
}


div.regBigFontColorFirst, p.regBigFontColorFirst {
	margin-bottom: 8px; 
	margin-top: 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	margin-left:7px;
	margin-right:7px;
}

.regBigFontColorFirst span {
	font-size: 14px;
}

.regFont a { color: #9cd85f; text-decoration: underline;}
.regFont a:visited { color: #9cd85f; text-decoration: underline;}
.regFont a:link { color: #9cd85f; text-decoration: underline;}
.regFont a:hover { color: #7ba84e; text-decoration: underline;}

.regBigFontColorFirst a {text-decoration: none;}
.regBigFontColorFirst a:link {text-decoration: none;}
.regBigFontColorFirst a:hover {text-decoration: underline;}

.regFont a.title { color: #000000; font-size:12px;}
.regFont a.title:visited { color: #000000; }
.regFont a.title:link { color: #000000; }
.regFont a.title:hover { color: #9bd75f; }


/* head title */
.headtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-image: url(grad-title.gif);

}

/* Menu style Not Selected */
.regFontsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.regFontsmall a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


.regFontsmall a:hover {
	color: #a9c873;
	text-decoration: underline;
}

/* Common link styles Begin */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
/* Common link styles End */

/* floating box  */

div.floatright{
	position:relative;
	float:right;
	padding-top:9px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin-left:20px;
	margin-bottom:0px;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FCFCFC;
	width:335px;
	height:210px;
	background-image:url('bob.jpg');
	background-position: right 20px;
	background-repeat:no-repeat;
}


.floatright .regFont
{
	font-size: 12px;
	margin-bottom:15px;
}

.black {color:#000000;}


.solution-left {
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height:105%;
    margin-top:10px;
    margin-left:5px;
}

.solution-left span {
    font-weight: normal;
    font-size:12px;
    font-style: italic;
}

.clear {
    clear:both;
}