.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;
}

.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;
}

#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: #000000;
	text-decoration:underline;
}

.link a:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

.link a:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #AA0000;
	text-decoration:underline;
}

.link a:active { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
/* The above style is used for all NORMAL links in the page. */



/* The below style is used for all BOLD links in the page. */
.linkbluebottom a:link { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13.5px;
	font-style: normal;
	font-weight: bold;
	color: #448CCB;
	text-decoration:none;
}

.linkbluebottom a:visited { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13.5px;
	font-style: normal;
	font-weight: bold;
	color: #448CCB;
	text-decoration:none;
}

.linkbluebottom a:hover { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13.5px;
	font-style: normal;
	font-weight: bold;
	color: #F06EAA;
	text-decoration:none;
}

.linkbluebottom a:active { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13.5px;
	font-style: normal;
	font-weight: bold;
	color: #448CCB;
	text-decoration:none;
}
/* The above style is used for all BOLD links in the page. */

.formdisplay {
/* This style helps controling the size of form when you enter form tag in page. */
	display: inline;
}

.borderwhite {
	border:3px solid #ffffff;
}

.textpinkhead { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #F06EAA;
}

.textblue { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13.5px;
	text-align:justify;
	font-style: normal;
	font-weight: bold;
	color: #448CCB;
}

.textpink { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13.5px;
	text-align:justify;
	font-style: normal;
	font-weight: bold;
	color: #F06EAA;
}




