.contentStyle{
	font-family:Arial, Helvetica, sans-serif;
	color:#002052;
	font-size:12px;
}

.contentStyle *
{
    margin:0;
    padding:0;
}

a img{
	border-color:#000000;
}
.contentStyle ul,
.contentStyle ol{
	padding-left:25px;
}
.contentStyle a{
	color:#002052;
	text-decoration:none;
}
.contentStyle a:hover{
	text-decoration:underline;
}
.contentStyle .more{
	text-decoration:underline;
	white-space:nowrap;
}
.contentStyle .terug{
	background:url(../images/red-arrow-left.gif) no-repeat 0 4px;
	padding-left:10px;
	color:#595858 !important;
	text-decoration:underline;
	border:none;
}
.one-of-3{
	float:left;
	width:204px;
	padding:0 20px;
}
.one-of-2{
	float:left;
	width:326px;
	padding:0 20px;
}
.contentStyle h1{
	font-size:16px;
	color:#002052;
	font-weight:bold;
}
.contentStyle h2{
	font-size:14px;
	color:#002052;
	font-weight:bold;
}
.contentStyle h3,
.contentStyle h4,
.contentStyle h5{
	font-size:12px;
	color:#002052;
	font-weight:bold;
}



/* Forms */
input {
	height: 17px;
	line-height: 17px;
	border: 1px solid #062E5F; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

textarea {
	border: 1px solid #062E5F; 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text{
	width: 250px;
	border: 1px solid #062E5F; 
}

.submit, input.submit {
	background-color: #dfdfdf;

	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #062E5F;
	cursor: pointer;
	cursor: hand;
	color: #6C6C6C;
	font-weight: bold;
}

.submit_disable, input.submit_disable {
	background-color: #dfdfdf;

	background-position: left top;
	background-repeat: repeat-x;
	height: 21px;
	border: solid 1px #062E5F;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-weight: bold;
}
.form_submit{
	padding:0 3px 2px;
	color:#fff;
	background:#062E5F;
}

TABLE.prod_templ
{
    margin-right:30px;
    margin-bottom:10px;    
}

TABLE.prod_templ TD
{
    vertical-align:top;
}