body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;  }
.topbg{background-color:#FBFAF5; vertical-align:middle; padding:5px;}
.headerbg{ background-image:url(../images/header_bg.jpg); background-repeat:repeat-x; height:105px;}
/*.bodybg{ background-repeat:repeat-x; height:516px; background-color:#F8DF7A;}*/
.bodybg{
	background-repeat:repeat-y;
	height:516px;
	background-color:#FFE376;
	background-image: url(../images/bg.jpg);
	background-position: center top;
}
.menu_heading_bg{ background-image:url(../images/menu_header.jpg); background-repeat:no-repeat; /*background-color:#000000;*/ height:27px; 
font-family:Verdana; font-size:12px; font-weight:bold; color:#ffffff; padding-left:10px;}
.menu_item_bg{ /*background-image:url(../images/menu_item_bg.jpg); background-repeat:no-repeat;*/width:200px; height:31px; font-family:Verdana; font-size:11px; font-weight:bold; color:#000000;background-color:#FFFFFF; padding-left:10px;}
.menu_bg{ background-image:url(../images/menu_bg.jpg); background-repeat:repeat-x; height:36px; vertical-align:middle; font-family:Verdana; 
font-size:10px; color:#ffffff;}

.menu_bg2{ background-image:url(../images/menu_bg2.jpg); background-repeat:repeat-x; height:36px; vertical-align:middle; font-family:Verdana; 
font-size:10px; color:#ffffff;}

.webpage_bg{ background-image:url(../images/webpage.jpg); background-repeat:no-repeat; width:200px;height:74px; vertical-align:middle; font-family:Verdana; 
font-size:12px; font-weight:bold; color:#ffffff;}
.email_bg{ background-image:url(../images/e-mail.jpg); background-repeat:no-repeat; width:200px; height:94px; vertical-align:middle; font-family:Verdana; 
font-size:12px; font-weight:bold; color:#ffffff;}


.footerbg{ background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x; height:101px; vertical-align:middle;}
.namebg{ background-image:url(../images/name_bg.jpg); background-repeat:repeat-x; height:53px; vertical-align:middle; 
font-family:Verdana; font-size:18px; font-weight:bold; color:#333333; padding-left:24px;}
.endbg{ background-image:url(../images/end_bg.jpg); background-repeat:repeat-x; height:44px;}
.texttop{font-family:Verdana; font-size:11px; color:#6F6D69;}
.textdate{font-family:Verdana; font-size:11px; font-weight:bold; color:#FFFFFF;padding-right:15px;}
.compname{font-family:Verdana; font-size:12px; font-weight:bold; color:#6A6A6A;}
.headingwhitebold{font-family:Verdana; font-size:12px; font-weight:bold; color:#ffffff;}
.headingtext{font-family:Verdana; font-size:12px; font-weight:bold; color:#333333;}
.textfooter{font-family:Verdana; font-size:11px; color:#333333; padding-right:15px;}
.submit{background-color: #333333;
	height: 18px;
	width: 120px;
	border: 1px solid #F0F908;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	border:#000000 solid 1px;}
.submit:hover{color: #D29E02; text-decoration:none; font-size:11px;}

td{font-family:Verdana; font-size:11px; color:#333333;}

a:link {color: #333333; text-decoration:none; font-size:11px;}
a:visited {color: #333333; text-decoration:none; font-size:11px;}
a:hover{color: #D29E02; text-decoration:none; font-size:11px;}
a:active {color: #D29E02; font-size:11px;text-decoration:none}

a.menu:link {color: #ffffff; text-decoration:none;font-weight:bold; font-size:11px;}
a.menu:visited {color: #ffffff; text-decoration:none;font-weight:bold; font-size:11px;}
a.menu:hover{color: #D29E02; text-decoration:none;font-weight:bold; font-size:11px;}
a.menu:active {color: #D29E02; font-size:11px; font-weight:bold;text-decoration:none}

a.banner:link {color: #E3B500; text-decoration:none; font-size:11px;}
a.banner:visited {color: #E3B500; text-decoration:none; font-size:11px;}
a.banner:hover{color: #ffffff; text-decoration:none; font-size:11px;}
a.banner:active {color: #ffffff; font-size:11px;text-decoration:none}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
.mainheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}
.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	width: 525px;
	height: 75px;
}
.description1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	width: 525px;
}

