/* Created by SanjeeV on 20th September 07 */
body
{
	margin:0px;
	background-color:#F5F5F5;
}

/* fonts */
.white_text
{
	COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: bold;	 
}
a.white_text:hover
{
	COLOR: #302176;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: bold;
}

.white_text_lighter
{
	COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration:none;
	font-weight: lighter;
}
a.white_text_lighter:hover
{
	COLOR: #302176;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: lighter;
}

.greenlink_text
{
	COLOR: #76B300;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: bold;	 
}
a.greenlink_text:hover
{
	COLOR: #302176;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: bold;	 
}

.greenlink_text_large
{
	COLOR: #76B300;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	text-decoration:none;
	font-weight: bold;
}
a.greenlink_text_large:hover
{
	COLOR: #302176;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	text-decoration:none;
	font-weight: bold;
}

.blue_text
{
	COLOR: #302176;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: bold;	 
}

a.blue_text
{
	COLOR: #302176;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration:none;
	font-weight: bold;
}
a.blue_text:hover
{
	COLOR: #76B300;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration:none;
	font-weight: bold;
}
.blue_text_large
{
	COLOR: #302176;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;	
	text-decoration:none;
	font-weight: lighter;	 
}
.green_text_large
{
	COLOR: #85C30F;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;	
	text-decoration:none;
	font-weight: bold;	 
}
.site_text
{
	COLOR: #3B3B3B;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;	
	text-decoration:none;
	font-weight: normal;
}
.green_text_small
{
	COLOR: #76B300;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: normal;
	padding-left:145px;
}
.green_text
{
	COLOR: #76B300;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;	
	text-decoration:none;
	font-weight: bold;
}
.white_text_small
{
	COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;	
	text-decoration:none;
	font-weight: normal;	 
}



/* table width */
.top_link_bg
{
	background-image:url(../images/top_link_bg.gif);
	width:780px;
	height:25px;
	background-repeat:repeat-x;
}
.left_bg
{
	background-image:url(../images/left_gray_bg.gif);
	width:231px;
	height:100%;
	background-repeat: repeat-y;
}
.gray_curve
{
	background-image:url(../images/gray_curve.gif);
	width:246px;
	height:27;
	background-repeat: no-repeat;
}
.footer_curve
{
	background-image:url(../images/footer_curve.gif);
	width:246px;
	height:24;
	background-repeat: no-repeat;
}

/* padding and border */
.leftpad6
{
	padding-left:6px;
} 
.lft_rite_border
{
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	padding:10px;
}


/* bg color */
.bluebg
{
	background-color:#302176
}
.greenbg
{
	background-color:#85C30F;
}


