@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Arial;
	line-height: 16px; color: #FFFFFF;
	background-image: url(../images/page-bg0.gif); background-repeat:repeat-x; background-position:top;
	background:#400555;
	margin:0px;}
	
#FrogJS{
	width: 452px;
	height: 300px;
	margin: 0 auto;}
				
#FrogJSCredit{
	text-align: right;
	font-size: 80%;
	color: #999;
	padding: 1px;}
				
#FrogJSCaption{
	text-align: left;
	line-height: 140%;}
	
h1 { 
	font-size: 30px; 
	color: #FFFFFF; }
h2 { 
	font-size:14px; 
	color: #9a3720; }	
	
table, tr,td, div,p {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	line-height: 18px;
	color:#FFFFFF;}
	
ul, li {
	line-height:18px;
	color:#333333;}
	
.style-yellow {
	color: #C66C3e;}
	
.style-white {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;}
				
.style-11 {
	font-size: 11px;}		

/* CSS link */
a:link, a:visited, a:active{
	font-style:normal;
	color:#9a3720;
	text-decoration: none;}
	
a:hover{
	font-style:normal;
	color:#e68e30;
	text-decoration: none;}
	
a.link-footer:link, a.link-footer:visited, a.link-footer:active	{ 
	font-size: 11px; color: #cc6600;
	text-decoration: none;}
	
a.link-footer:hover { 
	font-size: 11px; 
	color: #ff6600;
	text-decoration: none;}	
	
a.link-nav-footer:link, a.link-nav-footer:visited, a.link-nav-footer:active	{ 
	font-size: 11px; 
	color: #9c2b07;
	font-weight: bold;
	text-decoration: none;}
	
a.link-nav-footer:hover { 
	font-size: 11px; 
	color: #cc3300;
	font-weight: bold;
	text-decoration: none;}
	
a.link-nav:link, a.link-nav:visited, a.link-nav:active	{ 
	font-size: 13px; 
	color: #FCC778;
	font-weight: bold;
	text-decoration: none;}
	
a.link-nav:hover { 
	font-size: 13px; 
	color: #B25B48;
	font-weight: bold;
	text-decoration: none;}
	
a.link-thumbnail:link, a.link-thumbnail:visited, a.link-thumbnail:active	{ 
	font-size: 11px;
	background-image:url(../images/pic-border.gif);
	background-repeat:no-repeat;
	float:none;
	padding-left:5px;
	padding-top:5px;	
	padding-bottom:5px;
	padding-right:15px;}
	
a.link-thumbnail:hover { 
	font-size: 11px;
	background-image:url(../images/pic-border-over.gif);
	background-repeat:no-repeat;
	float:none;
	padding-left:5px;
	padding-top:5px;	
	padding-bottom:5px;
	padding-right:15px;}	

/* CSS FORM */

.button {
	background-color: #d97a10;
	border-width: 1;
	color: #d97a10;
	font-size: 13px;
	color: #FFFFFF;	}
		
.input {
	font-family: Verdana, Microsoft Sans Serif, Arial;
	color:#333333;
	font-size:13px;
	background-image:url(../images/input-bg.gif) repeat-x bottom;
	background-color:#FFFFFF;}
	
.textarea {
	font-family: Verdana, Microsoft Sans Serif, Arial;
	color:#000000;
	font-size:11px;
	background: url(../images/input_bg.gif) repeat-x #FFF;
	border:1px solid #c9c9c9;}
	
.select {
	font-family: Verdana, Microsoft Sans Serif, Arial;
	color:#000000;
	font-size:13px;
	width:300px;
	background: url(../images/input_bg.gif) repeat-x #FFF;
	border:1px solid #c9c9c9;
	padding:2px;}
	
.bg-img {
	background:url(../images/img-bg.gif) no-repeat top;
	padding:6px;}	