	
body{
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	background-color: #cccccc;
	margin-top: 0px; 
	margin-left: 0.6em;
        margin.right: 0.6em;   
	padding: 0;
}

h1{
	font-size: 24px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3{
	font-size: 16px;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 2px;
}

h4{
	font-size: 16px;
	margin-bottom: 2px;
}

td.Content {
	font-size: 13px;
}

th.Content {
	font-size: 13px;
}

td.Caption {
        background-color: #909CE6;	
}

a:link {font-family: Arial, Helvetica; color: #1d2d8c; text-decoration: none;}
a:visited {font-family: sans-serif, Arial, Verdana; color: #2d3d9c; text-decoration: none;}
a:hover {font-family: sans-serif, Arial, Verdana; text-decoration : underline;}
a:active {font-family: sans-serif, Arial, Verdana; text-decoration: underline;}
a:focus {font-family: sans-serif, Arial, Verdana; text-decoration: underline;}


#title{
	width: 100%;
	height: 56px;
        background-color: #808CD6;	
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top: 1px solid #1d2d8c;
	border-left: 1px solid #1d2d8c;
	border-right: 1px solid #1d2d8c;
	text-align: center;
}

#title-navigation{
	width: 100%;
	height: 1.4em;
	font-size: 13px;
        background-color: #ffffff;	
	border-left: 1px solid #1d2d8c;
	border-right: 1px solid #1d2d8c;
	border-bottom: 1px solid #1d2d8c;
}

#menufield{
	top: 0px;
	width: 136px;
	left: 8px;
	float: left;
	margin-top: 0px;
}

#menu{
	top: 0px;
	width: 136px;
	left: 8px;
	margin-top: 0em;
	margin-bottom: 0.6em;
	float: left;
	border: 1px solid #1d2d8c;
}

#menu-caption{
	top: 0px;
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
        background-color: #1d2d8c;
	margin-top: 0em;
	padding: 1px;
	padding-left: 0.2em;
}

#menu-item{
	font-family: sans-serif, Arial, Verdana;
	font-size: 13px;
	color: #000000;
        background-color: #eeeeee;
	margin-top: 1px;
	padding: 1px;
	padding-left: 0.2em;
}



#content{
	min-width: 200px;
	/* min-height: 400px; */
        background-color: #ffffff;
	border: 1px solid #1d2d8c;
	padding: 0.6em;
	margin-top: 0px;
	margin-left: 0.6em;
	margin-right: 0px;
}

#footerfield{
	clear: both;
	width: 100%;
	height: 1.4em;
}

#footer{
	width: 100%;
	height: 1.4em;
	margin-top: 0.6em;
	font-size: 13px;
	font-weight: bold;
        background-color: #808CD6;	
	border: 1px solid #1d2d8c;
	text-align: center;
}

#prev{
	position: relative;
	float: left;
	z-index: 3;
        bottom: 1em;
}

#next{
	position: relative;
	float: right;
	z-index: 3;
        bottom: 1em;
}

#orderblock{
	margin-left: 1.4em;
}


