/*mbhuju@gmail.com*/

body {
	margin:10px;
	background-color:#FF0000;
}

/*----------------------------------------------------------------*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#262626;
	line-height:20px;

}

/*----------------------------------------------------------------*/


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000000;
	font-weight:normal;
	line-height:24px;
	
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:30px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	line-height:24px;
}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	color:#FFFFFF;

}

.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
}

.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#FF0000;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF0000;
	font-weight:normal;
	line-height:30px;
}

/*----------------------------------------------------------------*/

.img{
	padding-right:15px;
}

.imgBorder{
	border: 1px solid #CECECE;
	background-color:#EBEBEB;
	padding:4px;
}

/*----------------------------------------------------------------*/

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	font-weight: bold;
	text-decoration:underline;
}


a:hover {
	color:#000000;
	text-decoration:none;
}

/*----------------------------------------------------------------*/

a.redlink:link, a.redlink:active, a.redlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
}

a.redlink:hover {
	color:#000000;
}

/*----------------------------------------------------------------*/

a.blacklink:link, a.blacklink:active, a.blacklink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

a.blacklink:hover {
	color:#FF0000;
}

/*----------------------------------------------------------------*/

.whitetxt, a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a.whitelink:hover {
	color:#FF0000;
}


/*----------------------------------------------------------------*/

a.more:link, a.more:active, a.more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

a.more:hover {
	color:#FF0000;
}

/*----------------------------------------------------------------*/

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:underline;
}

a.footerlink:hover {
	color:#FFFFFF;
	text-decoration:none;
}


/*----------------------------------------------------------------*/


.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	line-height:16px;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
}

/*----------------------------------------------------------------*/

input {	
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DBDBDB;
	background:#FFFFFF /*Alpha(Opacity=0, Style=0)*/;
}

input.noborder{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	border:0px;
	background:Alpha(Opacity=0, Style=0);
}

textarea{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DBDBDB;
	background:#FFFFFF /*Alpha(Opacity=0, Style=0)*/;
}

select{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DBDBDB;
	background:#FFFFFF;/*#FFFFFF /*Alpha(Opacity=0, Style=0)*/;*/
}


input.btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;	
	background:#FC0301;
	border:1px solid #366E15;
	text-transform:uppercase;
	padding:4px;
	
}
.tdBorder {
	border:1px solid #D7D7D5;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
}
input.uppercase{   
text-transform: uppercase;   
}   


hr{
	color:#DEDEDE;
	height:1px;
	margin:0px;
}

/* side bar css */

/*----------------------------------------------------------------*/

a.more:link, a.more:active, a.more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

a.more:hover {
	color:#FF0000;
}





/*page number*/
.navarea {
	float:left;
	width:100%;
	height:30px;
	float:left;
	text-align:center;
	}

.navright {
	width:30%;
	height:0%;
}


.nav {
	margin:6px auto 6px auto;
	height:18px;
	text-align:center;
	}
	
.nav a {
	width:25px;
	padding:1px 6px 1px 6px;
	height:25px;
	background-color:#F0F5FB;
	border:solid 1px #CEE1F5;
	text-align:center;
	font:11px tahoma;
	color:#2770C0;
	text-decoration:none;
	}
	
.nav a:hover {
	background-color:#FFF;
	text-decoration:none;
	}
	
	
	.nav .on {
	width:25px;
	padding:1px 6px 1px 6px;
	height:25px;
	background-color:#FFF;
	border:solid 1px #CEE1F5;
	text-align:center;
	font:11px tahoma;
	color:#000000;
	text-decoration:none;
	}



