/* Tags CSS */

a{color:#82a669; } a:visited{color:#82a669; } a:hover{color:#2a5b09; text-decoration:none;} a:active{color:#2a5b09; }

html {
     overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body, td, p, ol, ul, li, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
}
form {
	margin: 0px;
	width: auto;
	/*font-size: 11px;*/
	font-size: 100%;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 24px;*/
	font-size: 200%;
	/*line-height: 20px;
	line-height: 83%;*/
	color: #b02702;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 18px;*/
	font-size: 160%;
	color: #919191;
	font-weight: normal;
}
h3#alphabet-list {
	border-top: 2px solid #b02702;
	border-bottom: 2px solid #b02702;
	padding: 3px 0px 5px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 18px;
	line-height: 20px;*/
	font-size: 160%;
	line-height: 110%;
	color: #323232;
	font-weight: normal;
}