/* -- Basic HTML Elements -- */
body{
	border:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	color:#838383;
	overflow:y-scroll;
}

p{
	margin:0px;
}

form{
	padding:0px;
	margin:0px;
}

select{
	border:1px solid #e3e3e3;
	color:#777;
	font-size:9pt;
}

input{
	font-size:9pt;
}

textarea{
	border:1px solid #e3e3e3;
	color:#777;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.input{
	border:1px solid #69b328;
	color:#777;
}

.button{
	border:1px solid #69b328;
	color:#777;
	background:#FFFFFF;
}

table{
	font-size:9pt;
}

a{
	color:#69b328;
}

.grey{
	color:#9F9F9F;
	font-size:8pt;
}

.grey a{
	color:#9F9F9F;
	text-decoration:none;
}

.grey a:hover{
	text-decoration:underline;
}

.frame{
	width:100%;
}

/* Frame */
tr.frame_top{
	background:url(../images/top_bg.jpg) repeat-x;
	height:119px;
}

td.frame_top_left{
	background:url(../images/top_left.jpg) no-repeat;
	width:15px;
	height:119px;
}

td.frame_top_right{
	background:url(../images/top_right.jpg) no-repeat;
	width:15px;
	height:119px;
}

tr.frame_middle{
	background:url(../images/middle_bg.jpg) repeat-x;
	height:217px;
}

td.frame_middle_left{
	background:url(../images/middle_left.jpg) no-repeat;
	width:15px;
	height:119px;
}

td.frame_middle_right{
	background:url(../images/middle_right.jpg) no-repeat;
	width:15px;
	height:119px;
}

tr.frame_bottom{
	background:url(../images/bottom_bg.jpg) repeat-x;
	height:217px;
}

td.frame_bottom_left{
	background:url(../images/bottom_left.jpg) no-repeat;
	width:15px;
	height:302px;
}

td.frame_bottom_right{
	background:url(../images/bottom_right.jpg) no-repeat;
	width:15px;
	height:302px;
}

td.frame_center{
	background:url(../images/center_bg.jpg) repeat-x;
}

td.main_picture{
	background:url(../images/picture1.jpg) right no-repeat;
}

td.menu{
	background:url(../images/menu_bg.jpg) repeat-x;
	width:180px;
}

ul.menu{
	margin:0px 7px 0px 5px;
	padding:0px; /*For Firefox*/
	list-style:none;
	font-family:Arial,Verdana,Tahoma;
	font-size:11pt;
	font-weight:bold;
}

ul.menu li{
	border-bottom:1px dotted #8abd08;
	margin:0px;
}

ul.menu li a{
	color:#8abd08;
	text-decoration: none;
	padding: 8px 10px 8px 25px;
	display:block;
	background:url(../images/menu_arrow.gif) 10px 13px no-repeat;
	width: 100%;
}

ul.menu li a:hover{
	background-position:15px 13px;
}

td.logo{
	padding-left:20px;
	padding-bottom:15px;
}

td.body{
	font-size:9pt;
	width:740px;
	border-bottom:1px solid #e2e2e2;
	padding:22px 15px 10px 15px ;
}

.footer{
	margin-top:4px;
	background:#f0f0f0;
	text-align:center;
	line-height:20px;
	color:#9F9F9F;
	font-size:8pt;
	padding-top:2px;
	padding-bottom:6px;
}

/* END FRAME */

img.line{
	background:#e2e2e2;
	margin:5px 0px 5px 0px;
}

img.dotted{
	background:url(../../../img/dot.gif);
	margin:5px 0px 5px 0px;
}

a.play{
	border: 1px solid #AED885;
	background:#fff;
	color:#AED885;
	text-decoration:none;
	padding:0px 2px 0px 3px;
	font-size:8pt;
}

a.play:hover{
	border: 1px solid #5BAC23;
	background:#D6F5C0;
	color:#5BAC23;
	text-decoration:none;
	padding:0px 2px 0px 3px;
	font-size:8pt;
}

a.play_button img{
	background:url(../../../images/small_play.gif);
	width:20px;
	height:20px;
}

a.play_button:hover img{
	background:url(../images/button/small_play.gif);
	width:20px;
	height:20px;
}

.page_dir{
	
}

h1{
	letter-spacing:-1px;
	font-family:Century Gothic,Arial;
	font-size:18pt;
	font-weight:normal;
	color:#8abd08;
	margin:0px;
}

h2{
	letter-spacing:-1px;
	font-family:Century Gothic,Arial;
	font-size:18pt;
	font-weight:normal;
	color:#777;
	margin:0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#999;
	margin-top:-5px;
}

/*General Text Classes*/
.small{
	font-size:8pt;
}

.medium{
	font-size:9pt;
}

.wide{
	width:100%;
}

.tall{
	height:100%;
}

.bold{
	font-weight:bold;
}

.default{
	cursor:default;
}

/* Other */



.link-list{
	list-style:url(../../../images/arrow2.gif);
}