/* PAULS CSS */

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GLOBAL ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/

* {
	border:none;
	padding:0px;
	margin:0px;
}

html {height: 100%;
      }
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#525051;
	background-color: #C6C6C6;
      }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 CONTAINERS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#page{
	margin:0px auto 0px auto;
	width:740px;
	padding:0px 0px 0px 0px;
	background-color:#F9F9F8;
}

#header{
	padding:0px;
	margin:0px;
	height:152px;
	background-image: url(../images/graphics/menu_bg.gif);
	background-position: 0px 44px ;
	background-repeat: no-repeat;
}
#header a {cursor:pointer;}

#content{clear:both;
	margin: 0px 0px 0px 0px;
}

#switcher div{
	display:none; 
	z-index: 100; 
	position: relative; top: 0px;
}

#footerWrap {
	width:740px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#sponsor {
	width:370px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	text-align: right;
	padding: 0px;
	text-transform:uppercase;
}
#sponsor ul {
	width:370px;
	padding: 0px;
	font-size:8px;
	list-style-type: none;
	position:relative;
	margin:0px;
	float:right;
}
#sponsor ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
}
#sponsor ul li a {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	background-color:#AAAAAA;
	float:right;
	color:#FFFFFF;
	border-bottom: 0px;
	text-decoration: none;
}
#sponsor ul li a:hover {
	color: #FFFFFF;
	background-color:#999999;
	text-decoration:none;
	cursor:pointer;
}

#footer2 {
	width:370px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
	text-transform: lowercase;
}
#footer2 ul {
	width:180px;
	padding: 0px;
	font-size:9px;
	list-style-type: none;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
}
#footer2 ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
}
#footer2 ul li a {
	height:20px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	float:left;
	color:#FFFFFF;
	border-bottom: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}
#footer2 ul li a:hover {
	color: #333333;
	text-decoration:none;
	cursor:pointer;
}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GLOBAL HYPERLINK ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
a:link, a:visited, a:hover {
	text-decoration: none;
	cursor: pointer;
	}
a:link, a:visited {color:#A0C804; text-decoration:none;}
a:hover {color:#333333; text-decoration:none;}
			
			/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	LISTS STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
ul, ol {
	margin-bottom:15px;
	margin-top: 5px;
	list-style-type: circle;
}
ul li {
	line-height: 12px;
	font-weight: normal;
	margin-left: 30px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

ol li {
	line-height: 12px;
	font-weight: normal;
	margin-left: 30px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

.oLink {margin-top:20px; margin-bottom:5px;}
.oLink li {margin-top:0px; padding-top:0px;}

ul li ul li, ol li ol li {
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TEXT PADDING AND MARGIN
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
      }
h2,h3,h4,h5,h6 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
      }
p {
	margin:0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TEXT STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
p {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}
h1 {
	display:block;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #A0C804;
	padding-bottom: 4px;
	text-transform: uppercase;
	background-image: url(../images/graphics/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h2 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #a0c804;
	font-style: normal;
}
h3 {
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align:right;
}
h4 {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
h6 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #A0C804;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
table {
	margin: 0px;
	padding: 0px;
	border: none;
	}
/* TABLE FORM STYLING - force pad top and bottom - give the table some space */
.tableform td {padding-top:5px; padding-bottom:5px; }

/* TABLE IMAGE STYLING - force pad from top */
td img {display: inline;}

/* Table formatting class */
#formTable {
	background-color:#FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}

#formTable td, #formTable th {border: 1px solid #FFFFFF;}
#formTable td p, #formTable th p, #formTable td h2, #formTable th h2 {padding:0px; margin: 5px 0px 2px 5px; font-size:10px;}

/* table row background colors */
#formTable .trheader {background-color:#999999;} 
#formTable .trheader p {font-size:11px; font-weight:bold; color:#FFFFFF;}

#formTable .tr1 {background-color:#f0f0f0;} 
#formTable .tr1 p {color:#333333; margin-right:5px;}
#formTable .tr2 {background-color:#e0e0e0;}
#formTable .tr2 p {color:#333333; margin-right:5px;} 

/* tablepadding + margin */
#formTable table {margin:0px 10px 10px 0px;}

/* select options box padding + margin */
.selectOptions {margin: 8px 0px 5px 0px;}

.tr1 div, .tr2 div {padding:0px; margin: 5px 0px 2px 5px; font-size:10px;}
.trheader div {font-size:11px; font-weight:bold; color:#FFFFFF;}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	COLUMN WIDTHS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
 .c1,.c2,.c3,.c4 {float:left;display: inline;}
 .c1 {width:184px;}
 .c2 {width:368px;}
 .c3 {width:552px;}
 .c4 {width:738px;}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	INNER BOX STYLING ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bCopy,.bImage,.bAd,.bMenu,.bSpacer {
	margin: 0px 0px 4px 4px;
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px;
	background-color: #FFFFFF;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bCopy
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bCopy{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bImage + bSpacer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bImage,.bSpacer{
	height:10px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bAd - use for advertisements
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bAd p {
	padding: 0px 0px 0px 0px;
	line-height: normal;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 5px;
	color: #999999;
}
.bAd h1 {
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #6B6B6B;
	border-top:1px solid #E0E0E0;
	background-color:#E0E0E0;
	text-transform: uppercase;
	line-height: normal;
	padding-top: 3px;
}
.bAd h2 {
	font-size:10px;
	text-align:right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.bAd p {
	text-align:right;
}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bMenu - use for menu items in the c1 cols
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bMenu h1 {
	display:block;
	height:20px;
	margin:0px;
	font-size:10px;
	padding 0px; 4px; 0px; 0px;
	text-align:right;
	color: #6B6B6B;
	background-color: #f0f0f0;
}
.bMenu ul {
	list-style-type: none;
	font-size:10px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.bMenu li {
	margin: 0px;
	padding:4px 4px 0px 4px;
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
    }
.bMenu li a, .bMenu li a:visited {
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color:#A19FA0;
	text-align:right;
}
.bMenu li a:hover {
	color:#A0C804;
	text-decoration: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	SUBMENU ELEMENTs
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#subMenu {
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px 0px 1px 0px;
	background-color: #ffffff;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
	height: 18px;
	width:732px;
	clear: both;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 0px;
}
#subMenu ul {
	font-size:9px;
	margin: 0;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 184px;
}
#subMenu li {
	display: inline;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}
#subMenu li a, #subMenu li a:visited {
	text-decoration: none;
	padding: 0px 3px 0px 5px;
	margin:0px;
	color: #646263;
}
#subMenu li a:hover {color: #A0C804;}
/* +++++ search field  +++++ */
#subMenu form {	
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
}
#subMenu input {
	margin: 0px;
	padding: 0px;
	font-size:9px;
	line-height: 10px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FOOTER / SITE MENU
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.currentMenu {
	width:174px;
	text-align:right;
	background-image:none;
}
#sitedirectory {display:none;}
#sitemenu {
	clear:both;
	background-color: #646263;
	height: 20px;/*causes extra menu height in NS*/
	padding-top: 4px;
}
#sitemenu ul {		
	width:740px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	position:relative;
}
	
/* +++++ first tier links +++++ */
#sitemenu ul li {
	height:22px;
	padding:0px;
	display:inline;
	font-size:9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sitemenu ul li a, #sitemenu ul li a:visited {
	height:20px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	float:left;
	color:#FFFFFF;
	border-bottom: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}
#sitemenu ul li a:hover {color: #A0C804;}
#sitemenu ul li:hover ul, #sitemenu ul li.over ul { display: block;}
#sitemenu ul li:hover ul li ul, #sitemenu ul li.over ul li ul { display: none;}
#sitemenu ul li:hover ul li ul li ul, #sitemenu ul li.over ul li ul li ul { display: none;}

/* +++++ second tier links +++++*/	
#sitemenu ul li ul {
	top:-153px;
	left:0px;
	padding:4px 0px 0px 5px;
	height:149px;
	position:absolute;
	display: none;
}
#sitemenu ul li ul li {
	display:block;
	position:relative;
	background-color:#A0C804;
	margin-right:562px;
	border-top: 1px solid #A0C804;
	border-bottom: 1px solid #A0C804;
}
#sitemenu ul li ul li:hover,  #sitemenu ul li ul li.over { 
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
}
#sitemenu ul li ul li:hover a { 
	color:#A0C804;
}
#sitemenu ul li ul li:hover ul, #sitemenu ul li ul li.over ul { display: block;
}
#sitemenu ul li ul li a:link, #sitemenu ul li ul li a:visited { 
	float:right;
	background-image: none;
}

/* +++++ third tier links +++++ */
#sitemenu ul li ul li ul {
	top:-1px;
	left:178px;
	height:22px;
	width:552px;
	padding:0px;
	position:absolute;
	display: inline;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
#sitemenu ul li ul li ul li {
	margin: 0px;
	padding:0px;
	border:0px;
	display:inline;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
}	
#sitemenu ul li ul li ul li a:link, #sitemenu ul li ul li ul li a:visited {
	float:left;
	color: #999999;
	border:0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position:right;
}
#sitemenu ul li ul li ul li a:hover {
	color: #A0C804;
}

/* +++++ fourth tier links +++++   switched off 
#sitemenu ul li ul li ul li ul {
	position:absolute;
	top:20px;
	left:0px;
	display: none;
	background-color:#cccccc;
}
#sitemenu ul li ul li ul li ul a, #sitemenu ul li ul li ul li ul a:visited {background-color:#cccccc;}
#sitemenu ul li ul li ul li:hover ul, #sitemenu ul li ul li ul li.over ul {display: inline;}
*/

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	RULES MENU
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#rulesMenu {
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px 0px 1px 0px;
	background-color: #ffffff;
	height: 16px;
	clear: both;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 10px;
}
#rulesMenu ul {
	margin: 0;
	padding: 0px 0px 4px 0px;
	list-style-type: none;
}
#rulesMenu li {
	display: inline;
	margin: 0px;
	padding-left: 0px;
	background-image: url(. . /images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#rulesMenu li a {
	text-decoration: none;
	padding: .2em .9em;
	color: #A19FA0;
}
#rulesMenu li a:visited {
	text-decoration: none;
	color: #A19FA0;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
#rulesMenu li a:hover {
	color: #A0C804;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
	GLOBAL FORM CONTROLS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
form {
	margin:0px; padding:0; border:none;
	}

select, input, textarea {
	
	margin: 0px;
	padding: 0px;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #727272;
	border-right-color: #BBBBBB;
	border-bottom-color: #A4A4A4;
	border-left-color: #BFBFBF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}

input, select {font-size:11px;}

option {
	color:#666666;
	background-image: url(../images/graphics/mesh_cream.gif);
	background-repeat: repeat;
}

option value {
	padding: 3px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #666666;
}

textarea {
	font-size: 11px;
	margin-top: 10px;
}

label {margin-top:5px; margin-bottom:5px;
	}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GIVE YOUR CHECK BOXES THE CLASS checkbox
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
input.checkbox {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GIVE YOUR BUTTONS THE CLASS bttn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
input.bttn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #669900;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #669900;
	background-color: #A0C804;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
}

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  HACKS / BUGGN'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
*/

.stretcher{
	font-size:1px;
	clear:both;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
}

/*
mozilla & safari : 
IMG OBJECT
these browsers add 4px padding-bottom to
IMG and OBJECT tags. To fix, set tags to display 
as BLOCK with 0px margin, padding. 
*/

img, object {
	border:none;
	margin:0px;
	padding: 0px;
	display: block;
	}

/*all browsers : 
FLOATED DIVS
if floated divs are placed inside a div, the
wrapper div will not stretch around the floated
divs. To fix, ensure a 'block' element is placed underneath
the floated elements, to give the wrapper something to stretch
around. ensure block element includes clear:both rule.  Or you
can add this class to the lowermost floated div */
.floatClear{font-size:20px;clear:both;}		

/* ie win :
doubles the margin width of floated divs. see
http: //www.positioniseverything.net/explorer/doubled-margin.html 
to fix, add display:inline to all floated divs. 

LINK LISTS : IEWIN ADDS LINE BREAKS BETWEEN <li> TAGS. 

win IE will add line breaks between
each list item if the list item tags have a 
carriage return between them, eg:

<li>IE winsanity </li>
<li>please fix it  bill</li>

will cause the browser to render an extra br 
between the two items. To prevent this, 
write tags  as follows. <li>IE winsanity </li><li>please fix it  bill</li>

Mystery IE6 Bug: on dropdown list menus.

IE6. A background must be declared on the li a, else when a sub-menu stretches further (vertically) 
than the main menu itself, the links start to disappear before you have time to click them. 
*/
	
/*
IE5.01 on Windows : dropdown menu jumps around when you hover over some of its items. 
The problem is fixed as follows: note using the holly hack to hide from other borwsers..  \*/
* html #sitemenu ul li { float: left;}
* html #sitemenu ul li a { height: 1%;}

/* ////////////////////////////////////////////////////////////////////
** HAVE CREATED A NEW CSS DOCUMENT CALLED IEFIXES.CSS TO ADDRESS IE BUGS 
ATTACH TO AL PAGES.
//////////////////////////////////////////////////////////////////// */

/* End */	
#fla {
	display: inline;
	width: 552px;
}
#left {
	width: 183px;
}
#bottomimg {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.bottomtd {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.bottomtd p{
	color:#A0C804;
	text-transform: uppercase;
}



/* +++++++++++++++++ FRONT PAGE AD STYLING ++++++++++++++++++++ */

.h2_left {
	margin-left:0px;
	margin-bottom:0px;
	margin-right:5px;
	margin-top:0px;
	background-color:#f1f1f1;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.h1_left {
	display:block;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #A0C804;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 12px;
	background-color:#f1f1f1;
}
