body
{
background-image: url(mainbg.jpg);
margin: 0px;
background-color: #f9f9f9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size :11px;
line-height :13px;
color: #7c7f8c;
}
input, textarea, option, select {
background-color: #ededed;
font-size: 11px; 
line-height: 9px;
font-family: Arial, Helvetica, sans-serif;
text-transform: capitalize;
color: #7c7f8c;
padding:3px;
border-bottom: 1px solid #e0dfdf;
border-right: 1px solid #e0dfdf;
border-top: 0px solid #e0dfdf;
border-left: 0px solid #e0dfdf;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
border-radius:10px;
	}
	
input:hover, textarea:hover, option:hover, select:hover {
background-color: #ededed;
font-size: 11px; 
line-height: 9px;
font-family: Arial, Helvetica, sans-serif;
text-transform: capitalize;
color: #7c7f8c;
padding:3px;
border-bottom: 1px solid #e0dfdf;
border-right: 1px solid #e0dfdf;
border-top: 0px solid #e0dfdf;
border-left: 0px solid #e0dfdf;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
border-radius:10px;
}

input:focus, textarea:focus {
background-color: #ededed;
font-size: 11px; 
line-height: 9px;
font-family: Arial, Helvetica, sans-serif;
text-transform: capitalize;
color: #7c7f8c;
padding:3px;
border-bottom: 1px solid #e0dfdf;
border-right: 1px solid #e0dfdf;
border-top: 0px solid #e0dfdf;
border-left: 0px solid #e0dfdf;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
border-radius:10px;
}
blockquote p:first-letter { 
font-family:  "Trebuchet MS", Verdana, Arial;
float: left;
color: #c49da7;
margin-left:5px;
margin-right:15px;
font-style: italic;
font-size: 35px;
}

blockquote {
background-color: #ededed;
font-size: 11px; 
font-family: Arial, Helvetica, sans-serif;
text-align:justify;
color: #7c7f8c;
padding: 10px;
border-bottom: 2px solid #e0dfdf;
border-right: 2px solid #e0dfdf;
border-top: 0px solid #e0dfdf;
border-left: 0px solid #e0dfdf;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
border-radius:10px;
}
	

blockquote a:link, blockquote a:visited {
color: #000000; }

blockquote a:hover {
color: #000000; 
}

.table {
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}