html 
{
	overflow-y: scroll;
}

html, body 
{
	margin:0px;
      	padding:0px;
      	height:100%;
      	border:none;
}

/* Fix for transparent PNG images */
img, div, td
{ 
   	border: 0px;
	behavior: url("/css/iepngfix.htc");
}

/* Tables */
table
{
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.TableContent
{
	width: 960px;
}

/* Colors */
.White { color: #FFFFFF; }

.Gray { color: #c4c1c1; }

.LightGray { color: #FBFFFF; }

.Orange { color: #EC931D; }

/* Fonts */
.Arial { font-family: Arial, Helvetica, sans-serif; }

.Verdana { font-family: Arial, Helvetica, sans-serif; }

/* Size and Position */
.FullHeight
{
	height: 100%;
}

.FullWidth
{
	width: 100%;
}

.FullWidthAndHeight
{
	height: 100%;
	width: 100%;
}

.HorizontalAlignCenter
{
	text-align: center;
}

/* Content */
.Content
{
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
}

.ContentTitle
{
	font-size: 28px;
}

.ContentSubTitle
{
	font-size: 16px;
}

.ContentText
{
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

	.ContentText strong
	{
		color: #EC931D;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		word-spacing: 2px;
	}

	.ContentText em
	{
		color: #A9A9A9;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: italic;
		letter-spacing: 1px;
		word-spacing: 2px;
	}

	.ContentText a
	{
		text-decoration: none;
		font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			color: #E4A149;
	}

.ContentTextSmall
{
	color: #c4c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.ContentTable
{
	border-collapse:collapse;
}

	.ContentTable, .ContentTable td
	{
		border-color: #FFFFFF;
		border-style: solid;
		border-width: 1px 0px 0px 0px;	
	}

	.ContentTable td
	{
		padding: 3px 3px 3px 3px;
	}

.HeaderLink a
{
	text-decoration: none;
	font-size: 12px;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #FFFFFF;
}

.HeaderLink a:hover
{
}

.HeaderSearchInput
{
	background-color: #FFFFFF;
	border-color: #707070;
	border-style: solid;
	font-size: 13px;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #000000;
	height: 16px;
}

.HeaderSearchButton
{
	border-color: #707070;
	border-width: 1px;
	width: 26px;
    	height: 22px;
	margin-left: 2px;
    	background: transparent url(/media/708/search_button.jpg) no-repeat center top;
    	cursor: pointer; /* hand-shaped cursor */
    	cursor: hand; /* for IE 5.x */
	vertical-align: top;
}

.FooterText
{
	color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.Comment {
	display: block;
	border-top: 1px dotted #a15240;
}


.CommentName {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	font-weight: bold;
}
.CommentDate {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.CommentText {
	display: block;
	background-color: #e6e6e6;
	background-image: url("/images/comment.gif");
	background-repeat: no-repeat;

	padding-top: 32px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}

.CommentForm {
	display: block;
	width: 100%;
	border-top: 1px dotted #a15240;
	border-bottom: 1px dotted #a15240;
}


.FormLabel
{
	font-family: Arial, Helvetica;
	color: #000000;
}

.FormInputText select {
	width: 305px;
}
.FormInputText textarea,
.FormInputText input
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	width: 300px;
}


.FormInput input
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

.FormButton {
	display: block;
	width: 60px;
	background-color: #ff0000;
	padding: 5px;
	color: #ffffff !important;
	margin-top: 20px;
	text-decoration: none !important;
}
.FormButton:hover{
	background-color: #669933;
	text-decoration: none;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
