body {
	margin: 0px; 0px; 0px; 0px;
	background-color: #CCCCCC ;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #C7C3AE;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

font,th,td,p {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;  font-size:12px }
a:link,a:active,a:visited { text-decoration: none; color : #ef007f; }
a:hover		{ color : #A1BA23;  text-decoration: none; }

a.s:link,a.s:active,a.s:visited { text-decoration: none; color : #ef007f; border-bottom:0px dotted ;}
a.s:hover		{ color : #A1BA23;  text-decoration: none; border-bottom:1px dotted ; }
hr	{ height: 0px; border: solid #999999 0px; border-top-width: 1px;}

.bodyline	{ background-color: #F7F7F7; border: 1px #BFBFBF solid;  }
.block_main	{ background-color: #DFDFDF; }

th	{ color: #EEEEEE; font-size: 10px; font-weight : bold; background-image: url(cellpic2.gif); height: 25px; }
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #DFDFDF; border-style: solid; height: 28px; }
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

td.row1	{ border-right: 1px dashed #999999; }
td.row2	{ padding-left:8px; }
td.row3	{ background-color: #FFFFFF; }
td.row4  {padding-left:5px; padding-right:5px; padding-top:10px; padding-bottom:10px;}
td.row5  {padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px;}
td.rowpic { background-color: #F2F0E6; }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(cellpic1.gif); border: #FFFFFF 0px; height: 28px; }
td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; }
td.row3Right,td.spaceRow { background-color: #FFFFFF; border: #FFFFFF; border-style: solid; }

.nav1 { height: 23px; vertical-align:top; background: url(cellpic2.gif); padding: 0; margin: 0; }
.nav_top { color: #4F4F4F; padding: 0; margin: 0; }
.nav_top li {  float: center; display: inline;  }	
.nav_top a:link, .nav_top a:visited { float: center; font-size: 11px;  font-weight: bold;	padding: 4px 8px 6px 8px; text-decoration: none; color: #EEEEEE; }
.nav_top a:link.active, .nav_top a:visited.active, .nav_top a:hover { color: #FFFFFF; background: url(cellpic3.gif); }

.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #4F4F4F}
a.cattitle		{ text-decoration: none; color : #4F4F4F; }

.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #4F4F4F; }
a.nav:hover		{ text-decoration: none; }


a.ssi_table:link,a.ssi_table:active,a.ssi_table:visited { text-decoration: none; color : #A1BA23; }
a.ssi_table:hover		{ color : #ef007f;  text-decoration: none; }

.footer {
	font-size: 11px;
	color: #666666;}
a.footer:link,a.footer:active,a.footer:visited { text-decoration: none; color : #666666; }
a.footer:hover		{  text-decoration: none ; color : #000000; border-bottom:1px dotted ;}

#chromemenu{
width: 156px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #000000;
width: 100%;
background: none;
margin-left: 0px;
padding-left: 0px;
padding-top: 3px;
margin: 0px 0px 0px 0px;
font: bold 13px Tahoma;
}

#chromemenu ul li{
display: block;
padding: 0px 0px 0px 0px;
}

#chromemenu ul li a{
display: block;
color: #FFFFFF; /*Font color*/
font-weight: normal;
padding: 2px 0px 2px 10px;
text-decoration: none;
background: #3E3E3E; /*Background mainmenu*/
height: 17px;
border-bottom: 1px solid #FFFFFF; /*you can change solid to dashed*/
}

#chromemenu ul li a:hover{
color: #ffffff; /*On hover font color*/
background: #A2BA25;
}


#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*Submenu border*/
border-bottom-width: 0px;
line-height:18px;
z-index:100;
background-color: #DFDFDF; /*Background submenu*/
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*?Submenu border-bottom*/
padding: 2px 0;
text-decoration: none;
font:normal 13px Tahoma;
color: #000000;
}

.dropmenudiv a:hover{ /*On hover submenu*/
background-color: #A2BA25; 
color: #000000;
}

.dropmenudiv a:active, .dropmenudiv a:visited{ 
color: #000000;
}

#topb {display:none;}

@import url("formIE.css");