@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}	
.mainTXT {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.TitleTXT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.SubTitleTXT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}


.WhiteTXT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.Read_More {
	background-image: url(img/Read_More.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/* This styles is only for the Read More Link */
A.RM:link		{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.RM:visited	{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.RM:hover		{
	color: #00F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/* ------- Read More Link end ----------- */


/* This styles is only for the contact form */

.txtBox {
	background-color: #ffd600;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-weight: bold;
	font-size: 100%;
}

.CommentsBox {
	background-color: #ffd600;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-weight: bold;
}

.Box {
	background-color: #ffd600;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-weight: bold;
	background-image: url(img/Blue_Marble.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



/* ------- contact form end ----------- */

/* This styles is only for the Box Shadow */

.boxWrapperLG {
	width:80%;
	height:auto;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	-moz-box-shadow:4px 4px 4px #666666;
	-webkit-box-shadow:4px 4px 4px #666666;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	}
/* ------- Box Shadow end ----------- */

