/* BASIC HTML TAGS style definitions */
body {
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #000;
	background-color: #fff
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }

a {
	color: #000;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a.footer {
	margin-top: 5cm;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	text-align: left;
	clear: both;
}

li { padding-bottom: 5px; }

hr { height: 1px; }

.smallDate {
	font-size: 11px;
	line-height: 12px;
}
td.headerrow {
	padding: 3px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
/* PAGEHEADER definitions */
#page #leftMargin { display: none; }
#page #rightMargin { display: none; }
#top {display: none;}

/* FOOTER definitions */
#page div.logos {display: none;}
#page div.colophon { float: left; width: 611px; }
#copyright {
	height: 29px;
	/*padding-left: 15px;*/
	padding-top: 45px;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	text-align: left;
	background-color: #fff;
	background-repeat: none;
}

/* DOCUMENT containers */
span.mainGroup,
a.mainGroup {
	font-size: 12px;
	font-weight: bold;
	color: #43155d;
	text-decoration: none;
}

/* GENERIC containers */
#page div.all {
	float: left;
	width: 770px;
	text-align: left;
	background-color: #fff;
	background-repeat: repeat-y;
}
#page div.menu {display: none;}
#page div.content { float: left; width: 611px; }

#page #topbttm {display: none;}

div.right { float: right; }
div.left { float: left; }

.spacer { clear:both; line-height: 5px; }
td.spacer { line-height: 8px; }
.spaceropera { float: left; width: 15px; }
.clear { display: none; }

/* form */

input.field, input.smallfield, input.mediumfield, select {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 15px;
	width: 305px;
	border: 1px solid #000000;
}
input.buttonLarge, input.buttonStandard {display: none;}

td.formtitle {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}
td.formfield {
	text-align: left;
	vertical-align: middle;
}
td.headerrow {
	padding: 3px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.noprint {display: none;}

#fckeditor {border:solid 1px #000000; padding: 2px 2px 2px 2px ;}
#fckscreen{display: none;}
#fckprint{height: 70px;}