/*body definition*/
/*admin text editor will take on body element characteristics so be careful when editing*/

BODY
{
	margin: 0px;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #272727;
	font-weight: normal;
}

#body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.background
{
	background-color: #000000;
}

/*end body definition*/

/*other basic element definitions*/

p, td, div, li
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: normal;
}

a
{
	color: #372002;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a:hover
{
	color: #372002;
	text-decoration: none;
}
a:visited, a:active
{
	color: #372002;
}
/*generic  classes*/
.header
{
	font-weight: bold;
	font-size: 120%;
}
.small
{
	font-size: 80%;
}
.center
{
	text-align: center;
	width: 100%;
}
.bold
{
	font-weight: bold;
}
.aline
{
	border-top: 1px solid #272727;
}
.msg-small
{
	font-style: italic;
	font-size: 80%;
}
.p
{
	margin-top: 3px;
	margin-bottom: 3px;
}
/* for adding a margin to generic divs*/
/* from settings*/

.pbgcolor
{
	background-color: #FFFFFF;
}
.bgcommon
{
	background-color: #000000;
	color: #FFFFFF;
}
.bgnav
{
	background-color: #005E9E;
	color: #FFFFFE;
}
.editor-content a
{
	color: #372002;
}
.editor-content a:hover
{
	color: #372002;
}
#footer-nav
{
	width: 100%;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*layout defaults */
.col
{
	width: 200px;
}
.mainbody
{
	height: 300px;
}
/*establishes minimum height*/
.footer-container
{
	text-align: center;
	padding: 15px 5px 5px 5px;
}

/* link behavior for different areas and classes**/

/* pushdown navigation */

#uisTopPushdown .nav a, #uisTopPushdown .nav a:hover, #uisTopPushdown .nav-open a, #uisTopPushdown .nav-open a:hover
{
	text-decoration: none;
}

#uisTopPushdown .level2 a
{
	padding-left: 5px;
}
#uisTopPushdown .level3 a
{
	padding-left: 10px;
}

#uisTopPushdown
{
	width: 100%;
	color: #FFFFFE;
	background-color: #005E9E;
}
#uisTopPushdown a, #uisTopPushdown a:visited, #uisTopPushdown a:active
{
	text-decoration: none;
	color: #FFFFFE;
}

#uisTopPushdown a:hover, #uisTopPushdown .nav-open a, #uisTopMenu .nav-open a
{
	color: #005E9E;
	background-color: #FFFFFE;
}
#uisTopPushdown .nav-open, #uisTopMenu .nav-open
{
	color: #005E9E;
	background-color: #FFFFFE;
}
#uisTopPushdown td
{
	padding: 5px;
	border-bottom: 1px solid #FFFFFE;
}

#uisTopPushdown td{
 padding-right:0px;
}
 #uisTopPushdown td a{
    display:block;
		margin:0px;
		padding:0px;
		width:190px;
 }
 #uisTopPushdown{
  margin-top:3px;
  margin-left:3px;
	width:190px;
  border-collapse:collapse;
	border: 1px solid #FFFFFE;
 }
 
 #uisTopPushdown td a:hover, #uisTopPushdown td:hover a, #uisTopPushdown td:hover, #uisTopPushdown td.sfhover, #uisTopPushdown td.sfhover a{
   color: #005E9E;
	 background-color: #FFFFFE;
 }


/* end pushdown navigation **/

#footer-nav a
{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}
#footer-nav a:hover
{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
.footer-nav-open
{
	font-weight: bold;
}

.breadcrumb
{
	font-weight: bold;
	text-align: justify;
	color: #272727;
	padding: 10px 0px;
}
.breadcrumb a
{
	font-weight: normal;
	color: #272727;
	text-decoration: underline;
}
.breadcrumb a:hover
{
	text-decoration: none;
}

/*it looks like these should be top left and bottom area links, but they're used throughout so color has been removed*/
.leftnav a
{
	text-decoration: underline;
}
.leftnav a:hover
{
	text-decoration: none;
}

.leftnav1 a
{
	font-weight: bold;
}

/**these really are top left and bottom area links**/
.bgcommon a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.bgcommon a:hover
{
	text-decoration: none;
}
/*forms design*/
.button
{
	color: #FFFFFE;
	border: 1px solid #FFFFFE;
	background-color: #005E9E;
}
.button:hover
{
	color: #005E9E;
	border: 1px solid #005E9E;
	background-color: #FFFFFE;
}
.txtbox_small
{
	background-color: #FFFFFF;
	color: black; /*to be safe when backgrounds are dark and text is light*/
}
.frmTable
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.frmTable td
{
	padding: 2px;
}

.frmLabel
{
}

.frmRequired
{
	font-weight: bold;
}
.errMsg
{
	font-weight: bold;
	color:Red;
}
.msg
{
	font-weight: bold;
}

/*formatting for modules*/
/* membership module */
.directory th{
  font-weight:bold;
  border-bottom:2px solid #272727;
 	color: #FFFFFE;
	background-color: #005E9E;
	border-right:1px solid #272727;
	padding:3px;
}
.directory{
  border:1px solid #272727;
}
.directory{
  border-collapse:collapse;
}
.directory td{
 padding:3px;
 border-bottom:1px solid #272727;
 border-left:1px solid #272727;
 text-align:left;
}

.featured {
  font-weight:bold;
}

.member-details {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	table-collapse:collapse;
}
.member-details td{
  padding:3px;
  border-bottom:1px dotted #272727;
}

/*testimonials / guestbook module */
.testimonials
{
	width: 100%;
}
/* CALENDER module */
#calendar-icon
{
	width: 175px;
}
#calender-icon .day, #calender-icon .day-event
{
	width: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
}
#calendar-main
{
	width: 100%;
}
#calendar-main .dayheading
{
	color: #FFFFFE;
	background-color: #005E9E;
}
#calendar-main .tablerow
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	background:#000000;
}

#calendar-main .day, #calendar-main .today
{
	width: 14%;
	padding-top: 10px;
	text-align: center;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	/*border: 1px solid #272727;*/
}
#calendar-main .today
{
	color: #FFFFFE;
	background-color: #005E9E;
}

#search-results-calendar td
{
	vertical-align: middle;
	text-align: center;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	border: 1px solid #272727;
}


.newsTextLarge
{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.month
{
	background-color: #ffffff;
	font: bold 10px verdana;
	color: #77768F;
	text-decoration: none;
}
.daysofweek
{
	background-color: #221D54;
	font: bold 10px verdana;
	color: white;
}
.days
{
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: #000000;
	padding: 2px;
}
.days a
{
	font-size: 10px;
	font-family: verdana;
	color: black;
	background-color: #000000;
	padding: 2px;
	text-decoration: none;
}
.days #today
{
	font-weight: bold;
	color: red;
}



.links_text
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFE;
}
.calContent
{
	font-size: 9px;
	text-align: center;
}

/* CALENDER CSS Ends*/

/* Editor CSS*/

.info_text
{
	color: #272727;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
	margin-bottom: 3px;
}
.succ_text
{
	color: #272727;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
}
.errtext
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}



/*
SHOPPING CART CSS
*/
.disc
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #000000;
}
.success
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #2C9449;
	background-color: #DCF4D0;
	text-align: center;
	font-weight: bold;
}
.error
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FF6600;
	background-color: #FFE4D2;
	text-align: center;
	font-weight: bold;
}
li a
{
	text-decoration: none;
	color: #272727;
}

.padding
{
	padding: 7px;
}


.heading
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #1b3a64;
	font-weight: bold;
	line-height: 20px;
}
.bor_base
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.prtable
{
	background-image: url(images/tbl_bg.gif);
}

.prdboxdet
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9b9b9b;
	border-left-color: #9b9b9b;
}

.prod
{
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9b9b9b;
	border-left-color: #9b9b9b;
}
.quantity
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #333333;
	text-align: center;
}

.price
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

.quantity input
{
	font-family: verdana, arial;
	font-size: 10pt;
	color: #333333;
	border: 1px solid #666666;
}
.heading1
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #2c9449;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.catnav ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

.catnav li
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.catnav li li
{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	list-style: none;
}


.strikeouttext
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	color: #272727;
	font-weight: normal;
	text-decoration: line-through;
}

.cart
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #272727;
}

.cart a
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #272727;
	text-decoration: none;
}

.cart a:hover
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #272727;
	text-decoration: underline;
}

.leftnavheading
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 13px;
	color: #FFFFFE;
	text-decoration: none;
}

.cartheading
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #272727;
	font-weight: bold;
	text-decoration: none;
}

.cartheading a
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #272727;
	font-weight: bold;
	text-decoration: none;
}

.cartheading a:hover
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 14px;
	color: #272727;
	font-weight: bold;
	text-decoration: underline;
}
.catnav
{
	float:left;
	margin: 0px ;
	padding:0px;
}
.catnav ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

.catnav li
{
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.catnav li li
{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	list-style: none;
}

/*beginning of formatting for new checkout page*/
.newbutton
{
	color: #FFFFFE;
	border: 1px solid #FFFFFE;
	background-color: #005E9E;
}
.newbutton:hover
{
	color: #005E9E;
	border: 1px solid #005E9E;
	background-color: #FFFFFE;
}
.outer-container
{
	background-color: #005E9E;
	padding: 3px;
	width: 790px;
}
.inner-container
{
	background-color: #FFFFFF;
	padding: 3px;
}
h4.section-header
{
	color: #FFFFFE;
	font-size: 120%;
	margin: 1px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
.number
{
	margin: 0px 10px 2px 9px;
}
.checkout
{
	width: 100%;
}
.checkout th
{
	border-bottom: 3px solid #FFFFFE;
	text-align: left;
}
.checkout td
{
	font-size: 10pt;
}
.note
{
	font-style: italic;
	font-size: 80%;
}

th.note
{
	font-style: italic;
	font-size: 80%;
}

.newTextHeading
{
	color: #272727;
}

.newText
{
	color: #272727;
}

.newText a
{
	color: #372002;
	text-decoration: underline;
}

.newText a:hover
{
	color: #372002;
	text-decoration: none;
}

.newCartheading
{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

.newCartheading a
{
	color: #372002;
	text-decoration: underline;
}

td.newCartheading a
{
	color: #372002;
	text-decoration: underline;
}


.newCartheading a:hover
{
	text-decoration: none;
}

td.newCartheading a:hover
{
	text-decoration: none;
}


.newCart
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 12px;
	color: #000000;
}

.newCart a
{
	color: #372002;
	text-decoration: underline;
}

td.newCart a
{
	color: #372002;
	text-decoration: underline;
}

.newCart a:hover
{
	color: #372002;
	text-decoration: none;
}

td.newCart a:hover
{
	color: #372002;
	text-decoration: none;
}



/*
SHOPPING CART CSS ENDS HERE
*/


/*
CSS FOR SEARCH RESULT*/

.searchTitle
{
	background: #005E9E;
	font-weight: bold;
	color: #FFFFFE;
}
td.searchTitle
{
	padding: 3px 0px 0px 3px;
}
.searchTitle a
{
	background: #005E9E;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFE;
}

.searchTitle a:hover
{
	background: #005E9E;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFE;
	text-decoration: underline;
}
.searchResult
{
	color: #272727;
}
.searchKey
{
	color: #FFFFFE;
	background: #005E9E;
	font-weight: bold;
}
.tableHeader
{
	background: #005E9E;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFE;
}

.searchLinks
{
	color: #FFFFFE;
}

/**legacy css**/
.text
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: normal;
}
.tablerow
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
}
/*These are the classes that I think are not being used*/
.rightnav
{
	color: #372002;
}
.rightnav a
{
	color: #372002;
	text-decoration: underline;
}
.rightnav a:hover
{
	text-decoration: none;
}

.rightnav1 a
{
	font-weight: normal;
	color: #372002;
	text-decoration: none;
}

.imageborder
{
	border-color: #000000;
}
/*used?*/
.maintable
{
	background-color: #FFFFFF;
	border: 1px solid #ffe6b1;
}
.tablebornbg
{
	border: 1px solid #b5b29d;
	background-color: #e5e2cf;
}

.newsText
{
	color: #FFFFFE;
	text-decoration: none;
}

.newsLink
{
	color: #FFFFFE;
	text-decoration: underline;
}
.newsLink a
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFE;
	text-decoration: underline;
}
.newsLink a:hover
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.brcrmb
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #2a2a2a;
}
.brcrmb a
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #2a2a2a;
	text-decoration: none;
}
.mainTitle
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 24px;
	color: #7e110b;
	text-decoration: none;
}
.readmore
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #7e110b;
}
.footer
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}




/*
Jobs module CSS
*/

.jobheader
{
	background: #005E9E;
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFE;
}
.quicksearch
{
	border:solid 2px #005E9E;
}

.jobheaderBgColor
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	background-color: #005E9E;
}
.searchresults
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight:bold;
}

.tableHeading
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	font-weight:bold;
	color: #FFFFFE;
	background: #005E9E;
}


.newsheaderBgColor
{
	font-family: Arial,Tahoma,sans-serif,Garamond,Times New Roman;
	font-size: 10pt;
	background-color: #005E9E;
}




/**::::::::::::::::::;CLASSIFIED Module CSS ::::::::::::::::*************************/
table{
	font-family: Verdena, Arial, Helvetica;
	font-size: 12px;
	}
input {font-family: Verdena, Arial, Helvetica; font-size: 11px;}
select {font-family: Verdena, Arial, Helvetica; font-size: 11px; }
form { display:inline;}
.box{
	padding: 5px;
	background-color: #FFFFFF;
	border: solid 1px #003366;
	font-family: Verdena, Arial, Helvetica;
	}
table.body{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: solid 1px #AFC6EB;
	border-top: 1px solid #FFFFFF;
	font-family: Verdena, Arial, Helvetica;
	}
table.body td{
	border-right: solid 1px #AFC6EB;
	border-bottom: 1px solid #AFC6EB;
	padding: 3px;
	}
table.body th{
	background-color: #cccccc;
	padding: 3px;
	border-right: solid 1px #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	}
.header_box {
	font-size: 12px;
	background-color:#646464;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left:  0px solid #FFFFFF;
	border-right:  0px solid #FFFFFF;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
}
.subheader_box {
	font-size: 13px;
	background-color:#9c9c9e;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding: 5px;
}
.subheader2_box {
	font-size: 12px;
	background-color:#cccccc;
	text-align: left;
	font-weight: normal;
	border-top: solid 0px #FFFFFF;
	border-right: solid 1px #AFC6EB;
}
.alternating_row_color1 {
	background-color: #FFFFFF;
	}
.alternating_row_color2 {
	background-color: #ceddf2;
}

input.btn{
   cursor: pointer;
   border:1px solid;
   background-color:#FFFFFF;
	  }
/**.footer {
	font-size: 11px;
	background-color:#003366;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
}**/
.calloutA {
	border: 1px dotted #FF0000;
	background-color: #FFFFFF;
}
.calloutB {
	border: 1px dotted #FF0000;
	background-color: #FFFFCC;
}
.style1 {color: #FF0000; font-weight: bold;}
.style2 {font-size: 14px; font-weight: bold;}
.style3 {font-size: 10px}
.style4 {color: #FFFFFF; font-weight: normal;}
.style5 {color: #FFFFFF;}
.text_title_header {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	vertical-align: text-bottom;
}
.text_title_subheader {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	color: #000000;
}
.text_title_subheader2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	color: #000000;
}
.hotspot
{
    color: #900;
    padding-bottom: 1px;
    border-bottom: 1px dotted #900;
    cursor: pointer;
}

#tt
{
    position: absolute;
    display: block;
    background: url(../../images/tt_left.gif) top left no-repeat;
}
#tttop
{
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(../../images/tt_top.gif) top right no-repeat;
    overflow: hidden;
}
#ttcont
{
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #666;
    color: #FFF;
}
#ttbot
{
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(../../images/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}

/***sitemap styling**/
.sitemap{
  width:100%;
}
.sitemap td{
  width:50%;
	vertical-align:top;
	text-align:left;
}
.sitemap a{
 text-decoration:none;
}
.sitemap a:hover{
  text-decoration:underline;
}

.sitemap .level1{
	margin-top:10px;
}
.sitemap .level1 a{
  font-weight:bold;
	font-size:110%;
}
.sitemap .level2{
  margin-left:10px;
}
.sitemap .level3{
 margin-left:20px;
}

/***special for ie6 ****/
.aopen {
    color: #005E9E;
 }
 .Answers
{
	width:40%;
}
.commentheading
{
    background:#005E9E;
    color:#ffffff;
    font-weight:bold;
    font-size:13px;
    font-family:Tahoma;
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
}
.subheading
{
    padding-bottom:5px;
    padding-top:5px;
    background:#d9d9d9;
    color:#11212c;
    font-family:Tahoma;
    font-size:14px;
    padding-left:5px;
    
}
.commenttext
{
    padding-bottom:5px;
    padding-top:5px;
    font-size:12px;
    padding-left:10px;
    padding-right:5px;
    
}
