@charset "utf-8";
/* CSS Document */




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}


/*-------HEAD LINES BEGIN--------*/
h1 {
	font-family:Century Gothic, Verdana, sans-serif;
	font-size:20px;
	color:#000066;
	font-weight:bold;
	line-height: 130%;
}

h2 {
	font-family:Century Gothic, Verdana, sans-serif;
	font-size: 16px;
	color:#000066;
	font-weight:bold;
	font-style:normal;
	line-height: 130%;
}

h3 {
	font-family:Century Gothic, Verdana, sans-serif;
	font-size: 14px;
	color:#000066;
	font-weight:bold;
	font-style:normal;
	line-height: 125%;
}



h4 {
	font-family:Century Gothic, Verdana, sans-serif;
	font-size: 14px;
	color:#000066;
	font-weight:bold;
	font-style:normal;
	line-height: 120%;
	
}

h5 {
	font-family:Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	color:#000066;
	font-weight:bold;
	font-style:normal;
	line-height: 130%;
}

h6 {
	font-family:Century Gothic, Verdana, sans-serif;
	font-size: 10px;
	color:#000066;
	font-weight:bold;
	font-style:normal;
	line-height: 130%;
}

/*-------HEAD LINES END --------*/

/* ------ General LINK  BEGIN----------*/
a:link {
	color: #006600;
	font: tahoma;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font: tahoma;
	text-decoration: none;
}
a:hover {
	color: #9900FF;
	font: tahoma;

	text-decoration: none;
}

/*--------- Links END ---------*/

/*------ Subnav BEGIN ------*/
#subnav a:link {
	color: #006600;
	font: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#subnav a:visited {
	color: #999999;
	font: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#subnav a:hover {
	color: #fff;
	font: Geneva, Arial, Helvetica, sans-serif;
	background-color:#664E91;
	text-decoration: none;
}


/*------ Subnav END ------*/


/*------ Subnav2 BEGIN------*/
#subnav2 a:link {
	color: #006600;
	font: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#subnav2 a:visited {
	color: #999999;
	font: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#subnav2 a:hover {
	color: #fff;
	font: Geneva, Arial, Helvetica, sans-serif;
	background-color:#006600;
	text-decoration: none;
}
/*------ Subnav2 END ------*/



/*----- NAV BAR Links Begin*/
#navbar a:link {
	color: #006600;
	font: Georgia;
	text-decoration: none;
}
#navbar a:visited {
	color: #999999;
	font: Georgia;
	text-decoration: none;
}
#navbar a:hover {
	color: #fff;
	font: Georgia;
	background-color:#664E91;
	text-decoration: none;
}
/*--- NAV BAR Links END-----*/

/*---main text layouts Begin ----*/

.small10px {
	font-size: 10px;
}
.small10pxc1 {
	font-size: 10px;
	color:#664E91;
}

.small10pxc2 {
	font-size: 10px;
	color:#664E91;
}

.small9px {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.bold_itl {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color: #664E91;
}

.boldtext {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #664E91;
}



/*--main text layouts End ----*/


/*--Footer layouts begin----*/

#footer	{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#664E91;
}

#footer a:link {
	color: #FFFFFF;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color: #fff;
	background-color:#664E91;
	text-decoration: none;
}
/*--Footer layouts end ----*/



p { line-height: 140%; 

}
hr	{
	color: #000066;
	border-style: dotted;
}



abbr, acronym {
	font-style: italic; 
	border-bottom: dotted 1px #CCC; 
	cursor: help;
}





