/* ELEMENTS */
body {
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
}

a {
	color: #0f137f;
	text-decoration: underline;
}
a:Hover {
	color: black;
	text-decoration: underline;
}

input {
	background-color: #DDDDDD;
	border: 1px solid black;
}

textarea {
	background-color: #DDDDDD;
	border: 1px solid black;
}

/* LAYOUT CLASSES */
.wrapper {
	width: 100%;
	height: 100%;
}

.content_table {
	width: 857px;
	height: 1248px;
}
.layout_content {
	background: url('../pics/content.png') top left no-repeat;
	vertical-align: top;
	padding-top: 29px;
}
.content_fix {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px;
	width: 446px;
}

.lineheight {
	line-height: 170%;
}

.page_title {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	color: white;
	padding-left: 20px;
}

.sub_title {
	font-family: Trebuchet MS;
	font-style: italic;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

.footer {
	text-align: center;
	font-size: 10px;
	color: black;
}

.bgleft {
	background: url('../pics/back_left.png') top right no-repeat;
}
.bgright {
	background: url('../pics/back_right.png') top left no-repeat;
}

/* FORM CHECKER */
.fc-field-error {
	border : 2px solid #800 !important;
}

