@CHARSET "UTF-8";

    /* General styles */
	a {
    	color:#78A22F;
    	text-decoration: underline;
	}
	a:hover {
		color:#fff;
		background:#78A22F;
		text-decoration:none;
	}
    h1, h2 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    
    h3 {
        margin:.8em 0 .2em 0;
        padding:0;
        font-size: 12pt;
        font-weight: bold;
        color:#78A22F;
    }
    
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
    table {
    	border: 0px solid #000;
    }
    
    td {
    font-size: 10pt;
    }
    
    input[type="text"] {
    width: 100%;
    }
    
    select {
    width: 100%;
    }

.bodytext {
	padding: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 10pt; 
}

.keyword {
	color: #78A22F;
	font-family: Arial;
	font-size: 10pt; 
}

.toolbar {
	color: #78A22F;
	font-family: Arial;
	font-size: 12pt; 
 }

.tdlabel {
	color: #333333;
	font-family: Arial;
	font-size: 10pt; 
	font-weight: bold;
}

	/* Header styles */
	#ad_header {
	 background: #fff;
	 float: right;
	 height: 100px; 
	 width: 804px; 
	 display: block;
	 border: 0px solid #fff;
	 text-align: right;
	}
	
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#cded88;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	
	/* Footer styles */

    #footer p {
        padding:10px;
        margin:0;

    }    

	#copyright {
		color: #666;
	}

    .home {
    	padding-top: 2px;
    	padding-left: 20px;
    	font-size: 10pt;
    	font-weight: normal;
    	float: left;
    	color: #fff;
    }
    
    .fullpage {
    	background: #fff;
    }
    
    .toolbar1 {
    	color: #fff;
    	float: left;
    	display: block;
    	font-size: 10pt;
    	font-weight: normal;
		padding-top: 2px;
		padding-left: 10px;
    }    
    
    .toolbar2	 {
    	float: left;
    	display: block;
    	font-size: 10pt;
    	font-weight: normal;
		padding-top: 2px;
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px solid #ccc;
    }  

	/* Report classes */
	.report {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	}

	.rpthdra {
	font-size: 10pt;
	background: #cded88;
	}

	.rpthdrb {
	font-size: 10pt;
	background: #f0fadb;
	}
	
	.rptcols {
	font-size: 10pt;
	background: #eee;
	}

	.rptftr {
	float: right;
	color: #aaa;
	test-align: right;
	font-size: 8pt;
	background: #fff;
	}

	.altrowa {
	text-align: left;
	background: #f0fadb;
	padding: 2px;
	}
	
	.altrowb {
	text-align: left;
	background: #fff;
	padding: 2px;
	}

	.productcontainer {
	float: left;
	display: block;
	width: 858px;
	border: 1px solid #aaa;
	padding: 2px;
	}
	
	.productdetailcontainer {
	float: left;
	width: 670px;
	margin-left: 2px;
	}
	
	.productlabel {
	color: #78A22F;
	}
	
	.productimage {
	float: left;
	border: 1px solid #999;
	margin-top: 1px;
	}

	.productimg {
	height: 50px;
	}

	.productlogo {
	float: right;
	border: 1px solid #999;
	width: 100px;
	margin-top: 1px;
	text-align: center;
	}
	
    /* generic class */
    
    .f_000 {
    color: #000;
    }

    .f_666 {
    color: #666;
    }

    .center {
    text-align: center;
    }

    .right {
    text-align: right;
    }

	.left {
    text-align: left;
    }

	.button {
  	cursor:pointer;  cursor:hand;
    }

 	.largefont {
 	font-size: 12pt;
 	}
 	
 	.medfont {
 	font-size: 10pt;
 	}

 	.smallfont {
 	font-size: 8pt;
 	}
 	
 	.formheader {
    text-align: left;
    padding: 0 0 0 50;
    }
 	
 	.mt_lg {
	background: #f0fadb;
	}
 	
 	.mt_g {
	background: #cded88;
	}
	
 	.emRequired {
	color: #fBa36E;
	}
	
	.errMessageBox {
	list-style: circle outside;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 8pt;
	color: red;
	width:300px;
	}
	
	.errMessageBox li {
	width: 300px;
	align: left;
	
	}
	
	.formlabel {
	padding-left: 5px;
	}
	
	.moreturns {
	color: #78A22F;
	font-family: Arial;
	}