/* CSS Document */

a:link
{
	text-decoration: none;
	color: #006699;
}

a:visited
{
	text-decoration: none;
	color: #006699;
}
a:hover
{
	text-decoration: none;
	color: #cccc66;
}

body
{
	font-family:Arial, sans-serif;
	font-size:0.9em;
	color:black;
}

input { text-indent: 2px; }
input, textarea, select { font-family:Arial, sans-serif; font-size:0.8em; color:black; }
input.post, textarea.post, select { background-color: #d5dfc6; border: solid 1px #333; }
input.post, select { height: 20px; }

input.button { background-color: #89a57c; font-family:Arial, sans-serif; font-size:0.8em; color:black;  border: solid 1px #666; }

input.mainoption { background-color: #d5dfc6; font-weight: bold;  border: solid 1px #333; height: 20px; color: #000; }
input.liteoption { background-color: #d5dfc6; font-weight: normal;  border: solid 1px #333; height: 20px; color: #000; }

input.mainoption:hover, input.liteoption:hover, input.post:hover, textarea:hover { border-color: #222; background-color: #89a57c; }
input.mainoption:focus, input.liteoption:focus, input.post:focus, textarea:focus { border-color: #000; background-color: #a4bd9d; }


select optgroup { background-color: #444; color: #DDD; }
select option, select optgroup option { background-color: #d5dfc6; color: #000; }

.frog
{
background-image:url('images/frog.jpg');
background-repeat:no-repeat;
background-color:white;
}

.title_name
{
	font-stretch: ultra-condensed;
	font-size:1.15em;
	font-weight:900;
}

.title_link
{
	font-size: 0.75em;
	font-weight:700;
}

.basic
{
	font-size:0.9em;
}

.basic_small
{
	font-size:0.75em;
}

.special_small
{
	font-size:0.65em;
}

.copyright
{
	color:#888888;
	font-size: 0.6em;
}