/* CSS Document */

/*Font Styles*/
body,td,th {
	font-family: verdana, arial, sans-serif;
}

a:link 	{
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

a:hover	{
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

body 	{ 
	/*background-image:url(images/bg.gif); */
	/*background-color:#ffffff;*/
}

.font 	{
	color: #BAB8B9;
	font-size: 10px;
	font-weight:bold;
}

.header	{
	color:	#000000;
	font-size:10px;
	font-weight:bold;
}

.header2	{
	color:	#BAB8B9;
	font-size:10px;
	font-weight:bold;
}

.para	{
	color:	#000000;
	font-size:10px;
}
.error	{
	color:	#ff0000;
	font-size:10px;
	font-weight: bold;
}

.body	{
	color: #000000;
	font-size: 12px;
}

.menu 	{
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

.footer	{
	font-size:	8px;
	text-align: center;
}

.banner 	{
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

.banner 	{
	color: #000000;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
}

.features 	{
	color: #000000;
	font-size: 12px;
	text-align: left;
}

/*Font Styles End*/

/*Form Styles*/

input.button	{
   color: #000000;
   font-size:	11px;
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   background-color: #F6DD29;
   border: inherit;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
}

input.small	{
   color: #000000;
   font-size:	10px;
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   background-color: #F6DD29;
   border: inherit;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
}

input.header	{
   color: #000000;
   font-size:	10px;
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   background-color: #FFFFFF;
   border: 1px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
}

input.textbox	{
   color: #000000;
   font-size:	11px;
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   background-color: #FFFFFF;
   border: 1px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
}

select.box	{
	color: #000000;
   	font-size:	11px;
   	font-family: verdana, arial, sans-serif;
   	font-weight: bold;
   	background-color: #FFFFFF;
   	border: 1px solid;
   	border-top-color: #000000;
   	border-left-color: #000000;
   	border-right-color: #000000;
   	border-bottom-color: #000000;
}

/*Form Styles End*/

/*Menu Styles*/
#dropmenudiv{
	position: absolute;
	border: 1px solid #dddddd;
	border-bottom-width: 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #dddddd;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E6E6E6;
	font-weight: normal;
}
/*Menu Styles End*/

/*End of CSS*/