.bg{
	background-image:url(images/main-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	}
	
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color:#c2c2c2;
	text-align:justify;
	text-decoration:none;
}


.bottom-links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #858585;
	text-align:left;
	text-decoration:none;
}

.bottom-links:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #f18302;
	text-align:left;
	text-decoration:underline;
}

.inshort_content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight:normal;
	text-align:justify;
	color: #c1c1c1;
}

.textfield{
	background-color:#1e1e1e;
	border:thin #FFF;
	width:250px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;

}

.bigfield{
	background-color:#1e1e1e;
	border:thin #FFF;
	width:250px;
	height:100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;

}

.indexlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style:normal;
	line-height: 18px;
	font-weight:bold;
	color:#c2c2c2;
	text-align:left;
	text-decoration:none;
	text-transform: capitalize;
}

.indexlinks:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style:normal;
	line-height: 18px;
	font-weight:bold;
	color:#c2c2c2;
	text-align:left;
	text-decoration:underline;
	text-transform: capitalize;
}

.current-page {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight:bold;
	color: #f18302;
	text-align:center;
	text-decoration:none;
}

