.bodytext {
/* This style is used for NORMAL content in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.bodytextgreen {
/* This style is used for NORMAL content in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #29490D;
}
.bodytextred {
/* This style is used for all the content which is BOLD in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B22A2A;
}
.bodytextred-lg {
/* This style is used for all the content which is BOLD in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B22A2A;
}
.bodytextbold {
/* This style is used for all the content which is BOLD in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.bodytextboldred {
/* This style is used for all the content which is BOLD in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B22A2A;
}

.bodytextboldgreen {
/* This style is used for all the content which is BOLD in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E3F20;
}

.bodytextboldgreensm {
/* This style is used for all the content which is BOLD in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E3F20;
}

.bodybg {
/* This style is used to define the BACKGROUND property in the page. */
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#bodymargin {
/* This style is used in all the page with body tag as id and no more invidual defination for PAGE MARGINE is required. */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textbox {
/* This style is used for all the TEXTFIELDS or LIST ITEMS from FORM category in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border:1px solid #000000;
}



/* The below style is used for all NORMAL links in the page. */
.link a:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2E3F20;
	text-decoration:none;
}

.link a:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2E3F20;
	text-decoration:none;
}

.link a:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6E964B;
	text-decoration:none;
}

.link a:active { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2E3F20;
	text-decoration:none;
}
/* The above style is used for all NORMAL links in the page. */



/* The below style is used for all BOLD links in the page. */
.linkbold a:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E3F20;
	text-decoration:none;
}

.linkbold a:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E3F20;
	text-decoration:none;
}

.linkbold a:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E3F20;
	text-decoration:none;
}

.linkbold a:active { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E3F20;
	text-decoration:none;
}

.Bannertext{
/* This style is used for all the content which is BOLD in the page. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #B22A2A;
}
/* The above style is used for all BOLD links in the page. */

A.greenlink:link
{
color: #6D964B;
text-decoration: none;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}
A.greenlink:visited
{
color: #6D964B;
text-decoration: none;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}
A.greenlink:hover
{
color: #2E3F20;
text-decoration: underline;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}
A.greenlink:active
{
color: #6D964B;
text-decoration: none;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}



.loginlink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
}
