BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #494949;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: none;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment : fixed;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #DDDDDD;
}

/* ______________________________________________________________________________*/
/* Headers on the pages */
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; 
	color: #000000;
	margin-bottom: 5px;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color: #000000;
	margin-bottom: 5px;
	margin-top: 2px;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #000000;
	margin-bottom: 5px;
	margin-top: 2px;
}
H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #000000;
	margin-bottom: 5px;
	margin-top: 2px;
}
H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	margin-bottom: 5px;
	margin-top: 2px;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: #000000;
}
A:hover {
	color: #AAAAAA; 
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
	padding-right: 10px;
}
TD.content {
	vertical-align: top;
}

DIV.date {
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
}

/* ______________________________________________________________________________*/

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 300px;
}
INPUT.browse {}
SELECT {
	width: 300px;
}
TEXTAREA {
	width: 300px;
	height: 50px;
}

/* ______________________________________________________________________________*/

/* Text above normal input fields */
DIV.frmhead {
	font-weight: bold;
	margin-bottom: 2px;
}

/* Longer explanation of the text above */
SPAN.frmheaddesc {
	font-weight: normal;
}

/* Asterisk (*) above a field that is mandatory */
SPAN.required {
	color: #CC0000;
}

/* Text that comes when something is not right. (wrong password, incorrect e-mail etc.) */
SPAN.error {
	color: #CC0000;
}

/* ______________________________________________________________________________*/

/* Dividelines */
DIV.divideline {
	background-color: #666666;
	width: 100%;
	height: 1px;
}
TD.divideline {
	background-color: #666666;
	height: 1px;
}

/* ______________________________________________________________________________*/

/* Elements containing content from the editor */
TABLE.editor {
	width: 100%;
}
TABLE.editor_borderon {
	border-left: 1px solid #999999;
	border-top: 1px solid  #999999;
}
TD.editor_borderon {
	border-right: 1px solid  #999999;
	border-bottom: 1px solid  #999999;
	vertical-align: top;
}
TABLE.editor_borderoff {}
TD.editor_borderoff {
	vertical-align: top;
}
IMG.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
}
LI {
	margin: 5px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* ______________________________________________________________________________*/



