/* CSS Document Shoutbox v1.0 Styles */


#menuShow
{ 
	border: 0px solid #000000; 
	background-color: #99CCFF; 
	padding: 13px; 
	font-size: 13px; 
	font-family: Arial;
	font-weigt: bold; 
	position: absolute; 
	width: auto; 
	height: auto;
} 

#menuSelect
{ 
	border: 0px solid #000000; 
	background-color: #99CCFF; 
	padding: 13px; 
	font-size: 13px; 
	font-family: Arial;
	font-weigt: bold; 
	position: absolute; 
	width: auto; 
	height: auto; 
} 

.title {
	color: #99CCFF;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
	text-align: justify;
}

.first {
	color: #000000;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
}

.second {
	color: #FF3300;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
}

.third {
	color: #000000;
	font-family: Arial;
	font-size: smaller;
}

.form {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: thin;
	border-color: #FFFFFF;
	border-width: thin;
	height: 15px;
}

.submit {
	width: 76px;
	height: 20px;
	background: #333 url(shout_button.jpg) no-repeat;
	outline-style: solid;
	outline-color: black;
	outline-width: thin;
	border: none;
}

.text {
	color: #FFFFFF;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
	background-color: #333333;
	border-bottom-color: #FFFFFF;
	border: thin;
}

.error {
	color: #FF0000;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
}

body,td,th,p {
	font-family: Arial;	
	font-size: smaller;
	color: #000000;
}

body {
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial;	
	font-size: 20px;
	color: #000000;

.style1 {
	font-family: Arial; font-size: smaller
}

.style3 {
	font-family: Arial; font-size: smaller; font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;

}
a:active {
	color: #000000;
	text-decoration: none;
}