body
{
	margin:0px;
	padding:0px;
	border:0px;
	overflow-y:scroll;
}

body
{
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size:9pt;
}

table
{
	font-family:inherit;
	font-size:inherit;
}

.Header
{
	height:70px;
	width:985px;
}

form
{
	margin:0px;
	padding:0px;
}

table.Frame
{
	width:985px;
	padding:20px 0px 20px 0px;
}

div.Footer
{
	background:#2d5c96;
	padding:10px;
}

table.Footer
{
	width:985px;
	font-family:Arial,Verdana,Tahoma;
	font-size:9pt;
	color:#FFFFFF;
	text-align:center;
}

table.Footer a
{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

table.Footer a:hover
{
	text-decoration:underline;
}

input.LogInForm-input
{
	margin-bottom:7px;
}

input.LogInForm-button
{
	font-family:Arial, Verdana, Tahoma;
}

h1, h2, h3, h4, h5
{
	padding-top:0px;
	margin-top:0px;
}

.hidden{display:none;}
.white{color:#FFFFFF;}
.white:hover{color:#FFFFFF;}
.black{color:#000000;}
.gray{color:#999999;}
.red{color:#FF0000;}
.green{color:#009900;}
.blue{color:#0000FF;}
.bold{font-weight:bold;}
.small{font-size:small;}
.smaller{font-size:8pt;}
.smallest{font-size:smaller;}
.medium{font-size:medium;}
.large{font-size:large;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

.information
{
	background:#FFC;
	padding:10px;
	border:1px solid #a6c9e2;
}

.error
{
	background:#FFB url(../../images/icon-exclamation.png) 5px 10px no-repeat;
	padding:10px 10px 10px 25px;
	border:1px solid #F55;
	color:#F44;
}

.rounded
{
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.rounded4
{
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.shadow
{
	-moz-box-shadow: 3px 3px 4px #777;
	-webkit-box-shadow: 3px 3px 4px #777;
	box-shadow: 3px 3px 4px #777;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
}
