/* CSS Document Shoutbox v1.0 Styles */


#menuShow
{ 
border: 0px solid #000000; 
background-color: #99CCFF; 
padding: 13px; 
font-size: 13px; 
font-family: Verdana, 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: Verdana, Arial;
font-weigt: bold; 
position: absolute; 
width: auto; 
height: auto; 
} 

.title {
color: #99CCFF;
font-family: verdana;
font-size: xx-small;
font-weight: bold;
text-align: justify;
}

.first {
color: #000000;
font-family: verdana;
font-size: xx-small;
font-weight: bold;
}
.second {
color: #FF3300;
font-family: verdana;
font-size: xx-small;
font-weight: bold;
}
.third {
color: #000000;
font-family: verdana;
font-size: xx-small;
}
.form {
background-color:#FFFFFF;
color: #FFFFFF;
border:thin;
border-color:#FFFFFF;
border-width:thin;
height: 15px;
}
.submit {
width: 50px;
height: 20px;
background: #333 url(shout_button.jpg) no-repeat;
outline: none;
border: none;
}
.text {
color: #FFFFFF;
font-family: verdana;
font-size: xx-small;
font-weight: bold;
background-color: #333333;
border-bottom-color: #FFFFFF;
border: thin;
}
.error {
color: #FF0000;
font-family: verdana;
font-size: xx-small;
font-weight: bold;
}
body,td,th,p {
	font-family: verdana;	
	font-size: xx-small;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
.style1 {font-family: verdana; font-size: xx-small;}
.style3 {font-family: verdana; font-size: xx-small; 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;
}