/* CSS Document */

a:link { color: #569808; text-decoration:none; outline: none; font-family:trebuchet MS; font-size:13px; }
a:active  { color: #264205; text-decoration:none; outline: none; font-family:trebuchet MS; font-size:13px; }
a:visited { color: #264205; text-decoration:none; outline: none; font-family:trebuchet MS; font-size:13px;} 
a:hover   { color: #62813E; text-decoration:none; outline: none; font-family:trebuchet MS; font-size:13px; }

.heading 
{ 
font-family: Lucida Sans Unicode, Arial; 
font-size: 18px; 
line-height: 21px; 
margin: 0px 0px 10px 0px; 
padding: 0px; 
font-weight: normal; 
font-style: normal; 
color:#009900; 
height: 21px; 
}
.sub-heading { 
font-family: Lucida Sans Unicode, Arial; 
font-size: 14px; 
line-height: 18px; 
margin: 0px; padding: 10px 0px 12px 0px; 
font-weight: normal; 
color: #62813E; }

.h2 b { 
font-family: Trebuchet MS, Arial; 
font-size: 12px; 
color: #555; 
font-weight: normal; 
}
.h3 { font-family: Trebuchet MS, Arial; font-size: 12px; font-weight: bold; color: #C9578E; padding: 0px; margin: 0px 0px 5px 0px; }

.copyright{
color: #264205; text-decoration:none; outline: none; font-family:trebuchet MS; font-size:12px; text-align:justify
}

.content
{ 
font-family: Trebuchet MS, Arial, sans; 
font-size: 12px; 
color: #555; 
padding: 0px; 
margin: 0px; 
line-height: 21px; 
text-align:justify;
}


	html,body
	{
		margin:0;
		padding:0;
		text-align:justify;
	}
	.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#efefef;
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		z-index:101;
	}
	* html .modal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.modal-window
	{
		position:fixed;
		top:50%;
		left:50%;
		margin:0;
		padding:0;
		z-index:102;
	}
	* html .modal-window
	{
		position:absolute;
	}
	.close-window
	{
		position:absolute;
		width:32px;
		height:32px;
		right:26px;
		top:8px;
		background:transparent url('/images/close-button.png') no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	.close-window:hover
	{
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}

