/* GENERAL */

body {
	text-align: center;

	border-left: 20px solid #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	margin: 0px;
	

}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-position:inside;
	font-weight: bold;
	list-style-image:url(../images/bullet.gif);
}

li {
	margin-botoom: 10px;
	margin-top: 10px;
}



td {
	font-family: verdana;
	font-size: 14px;
	vertical-align: top;
}

table.parent {
	width: 950px;
	
}

h1, h2, h3, h4, h5, h6 {
width: 100%;
	font-family: arial;
	letter-spacing: -1px;
	border-bottom: 1px solid #FF9900;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	border: 0px;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}


/* FORMS */

input {
	border: 0px;
	border: 1px solid #999999;
	width: 300px;
	height: 22px;
	font-size: 14px;
	font-family: verdana;
}

input.bedrag {
	width: 100px;
}

input.button {
	height: 30px;
	border: 1px solid #cccccc;
	background-color: #FF9900;
	font-weight: bold;
	float: right;
}














/* HEADER  */

td.header {
	height: 120px;
}


/* MENU  */

td.menu {
	height: 40px;
	vertical-align: bottom ! important;
}

td.menu a {
	float: left;
	margin-right: 3px;
	background-color: #FF9900;
	display: block;
	height: 40px;
	vertical-align: text-bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border: 1px solid #FF9900;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/glow.png',sizingMethod='crop');
	background-repeat:repeat-x;

}

td.menu > a {
	background-image: url(../images/glow.png);
}

td.menu > a {
	padding-top: 10px;
	height: 30px;
}

td.menu a:hover {
	background-color: white;
	color: #333333;
	border: 1px solid #ff6600;

}

/* BODY  */

td.body {
	background-image:url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: 0px 3px;
	border-bottom: 1px solid #666666;
}

table.content td {
	padding: 20px;
}

table.form {
	width: 550px;
	border: 1px solid #cccccc;
}

table.form td {
	padding: 10px;
	
}
table.content td.content_left {
	width: 280px;
	font-size: 12px;
}

table.content td.content_right {

}
table.content td.content_right img {
	margin-left: 20px;
	margin-right: 20px;
}


/* FOOTER  */


td.footer {
	text-align: center;
	height: 30px;
	vertical-align: middle;
	color: #999999;

}
