h1
{
	margin:0; padding:0;
	font-size:13pt;
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight: bold;
	font-style: italic;
	color: #183875;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:180px;
	margin-bottom:16px;
}

.information-block-head
{
	color:#BC262C;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#F5F5F5;
	margin-bottom:5px;
	width:100%;
}

.content-block-head
{
	background-image:url(images/content_block_bg.gif);
	font-weight:bold;
	font-size:95%;
	margin:2px;
	padding: 5px 9px;
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}

/* Form elements */
input.inputtext, textarea.inputtextarea, select.inputselect, input.inputcheckbox, 
input.inputradio, input.inputfile, input.inputbutton, input.inputbodybutton {font-family:Verdana,Arial,Helvetica; font-size:11px;}

input.inputfield, input.inputbuttonflat, input.inputbuttonS {font-family:Verdana,Arial,Helvetica; font-size:11px;}
input.inputfield {color:black; border: solid 1px #C7CACC;}
input.inputbuttonflat {color:#183875; background-color:#e1e5ed; border: solid 1px #183875;}
input.inputbuttonS {font-weight:bold;}

html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 70%;
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #f7eeee;
}

/*Font in table*/
table
{
	font-size:100%;
}


/*Links*/
a:link {color: #183875;}
a:visited{color:#183875;}
a:active {color: #183875;}
a:hover{color:#DD0000;}

a.leftcal:link {color: #FFFFFF; text-decoration: none; font-size: 15px; font-weight: bold;}
a.leftcal:visited{color:#FFFFFF; text-decoration: none; font-size: 15px; font-weight: bold;}
a.leftcal:active {color: #FFFFFF; text-decoration: none; font-size: 15px; font-weight: bold;}
a.leftcal:hover{color:#FFFFFF; text-decoration: underline; font-size: 15px; font-weight: bold;}

a.leftmenu:link {color: #FFFFFF; text-decoration: none; font-size: 10pt; font-style: italic; font-family: Verdana;}
a.leftmenu:visited{color:#FFFFFF; text-decoration: none; font-size: 10pt; font-style: italic; font-family: Verdana;}
a.leftmenu:active {color: #FFFFFF; text-decoration: none; font-size: 10pt; font-style: italic; font-family: Verdana;}
a.leftmenu:hover{color:#FFFFFF; text-decoration: underline; font-size: 10pt; font-style: italic; font-family: Verdana;}

a.copyr:link {color: #FFFFFF; text-decoration: none;}
a.copyr:visited{color:#FFFFFF; text-decoration: none;}
a.copyr:active {color: #FFFFFF; text-decoration: none;}
a.copyr:hover{color:#FFFFFF; text-decoration: underline;}

.leftcalt {color:#FFFFFF; text-decoration: none; font-size: 13px; font-weight: bold;}
