/**
green = #99CC00
mainBG = #DDDDDD

**/

body {
	margin:0px;
	padding:0px;
	font-size:.9em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
	background-color:#DDDDDD;
}

* {
margin: 0px;
padding: 0px;
}

a:link {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

h1{
color:#666666;
font-size: 1.3em;
font-weight: bold;
padding: 5px 0px 5px 0px;
width:100%;
border-bottom: 1px dotted #999999;
}

h2{
color:#666666;
font-size: 1.1em;
font-weight: bold;
padding: 5px 0px 5px 0px;
}

p {
padding: 5px 0px 5px 0px;
}

.smalltext{
font-size: .8em;
color:#666666;
}

.to-left{
float: left;
}

.to-right{
float: right;
}

.clear{
clear: both;
}

.outline{
border: 1px solid #999999;
}


.infobox{
width: 750px;
color:#333333;
background-color:#FFFFFF;
margin: 5px;
padding: 10px;
font-size:12px;
font-weight:bold;
}

/** NEW BUTTON **/
.newbutton {
margin: 3px 0px 3px 0px;
font-size:14px;
font-family: Tahoma, Arial,  sans-serif;
}


.newbutton ul {
    margin:0px;
	padding:0px 0px 0px 0px;
    list-style:none;
    }
	
.newbutton li {
    float:left;
	background:url(../images/button_right.jpg) no-repeat right top;
	margin:0px;
    padding:0px;
	margin-right: 1px;
    }


.newbutton li a {
    display:block;
    background:url(../images/button_left.jpg) no-repeat left top;
    padding:1px 8px 4px 8px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
    }
	
.newbutton li a:visited  {
    display:block;
    background:url(../images/button_left.jpg) no-repeat left top;
    padding:1px 8px 4px 8px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
    }
	
.newbutton li a:hover {
    display:block;
    background:url(../images/button_left.jpg) no-repeat left top;
    padding:1px 8px 4px 8px;
	color:#789F00;
	font-weight: bold;
	text-decoration: none;
    }





