BODY			
{
	font-family:Tahoma;
	background-color: #D22800;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../images/back.png);
	background-attachment:fixed;
}

FORM{margin:0px;padding:0px;}

INPUT		{FONT-FAMILY: Tahoma, Helvetica, sans-serif;}
SELECT		{FONT-FAMILY: Tahoma, Helvetica, sans-serif;}
TEXTAREA	{FONT-FAMILY: Tahoma, Helvetica, sans-serif;}

HR
{
	padding:0px;
	margin:5px 0px 5px 0px;
	max-width:615px;
	width:625px;
	border-bottom:solid 0px #eae9e7;	
	border-top:solid 1px #eae9e7;	
	border-right:solid 0px #eae9e7;	
	border-left:solid 0px #eae9e7;	
	height:1px;
}

IMG
{
	border:solid 0px white;
}

fieldset {
	border:1px solid #fff;
	margin:10px;
	padding:10px;
}

legend {
	font-weight: bold;
	padding: 0 0.5em;
	color: #D22800;
	font-size:13pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

a:link 				{color: #5b5b5b; text-decoration: underline;}
a:visited 			{color: #5b5b5b; text-decoration: underline;}
a:active 			{color: #5b5b5b; text-decoration: none;}
a:hover 			{color: #5b5b5b; text-decoration: none;}

a.clear:link 		{color: #5b5b5b; text-decoration: none;}
a.clear:visited 	{color: #5b5b5b; text-decoration: none;}
a.clear:active 		{color: #5b5b5b; text-decoration: none;}
a.clear:hover 		{color: #5b5b5b; text-decoration: none;}

#divPreload{
	display:none;
	background-image:url(images/paperMessage.png);
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.cb{
	clear:both;
}
.dn{
	display:none;
}

.perma_link{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	background-color:#fff;
	width:670px;
	max-width:660px;
	margin:5px 0px 15px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;

}

.comments_window{
	background-color:#fff;
	padding:5px 15px 5px 15px;
	margin:0px 0px 15px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;
}

.divFooter{
	color:#666666;
	background-color:#FFFFFF;
	font-size:10px;
	padding:10px;
	width:670px;
	max-width:650px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;
}