* {
    padding: 0;
    margin: 0;
}

body {background-color:#ffffff;}

table, img, div {
border: 1px none;
}

#frame {
margin: 0 auto;
width: 752px;
padding: 0 24px;
background: url(images/bgframe.gif) repeat-y;
}

#header {
width: 100%;
height: 298px;
}

#content {
width: 100%;
}

td#left, td#main {
vertical-align: top;
}

#left {
width: 210px;
height: 100%;
background: url(images/bgleft.gif) repeat-y;
}

#left2 {
padding: 0 10px 20px 10px;
}

#main {
height: 100%;
background: url(images/capnews.jpg);
background: url(images/bgmain.gif) repeat-y;
padding: 0 30px 20px 20px;
}

#footer {
width: 100%;
text-align: center;
}

.line {
	width: 100%;
	height: 31px;
	background: url(images/line.gif) no-repeat center;
}

body, input{
    font-family:Tahoma, sans-serif;
    font-size:11px;
}

.cap{
    font-family:MagistralBlackC, sans-serif;
    font-size:15px;
    color:#1B58B3;
    margin-bottom: 30px;
    }

a   {
    color:#1B58B3;
    }

p, ul { margin: 1em 0; }

ul { padding-left: 40px; }

.left_arrow{
    margin:3px 10px 0 0;
    float:left;
    }

.left_title{
    font-weight:bold;
    font-size:10px;
    color:#1A459E;
    }

.left_line {
	width: 100%;
	height: 26px;
	background: url(images/line.gif) no-repeat center;
}

.left_logo{
    text-align:center;
    padding:20px 0;
    }

th {
	font-weight: normal;
}

table {
	table-layout: auto;
}

.tabel tr.head td, .tabel tr.head th, .tabel th.head, .tabel td.head{
	background-color:#7fd12d;
	padding: 2px 4px;
	border: 1px solid #7fba2d;
	font-weight: bold;
}

.tabel td, .tabel th {
	background-color:#f7d501;
	padding: 1px 3px;
	border: 1px solid #f7c001;
}

ul {
list-style-type: disc;
}

.form input {
		width:90%;
		font-size:100%;
border: 1px solid #aaaac1;
}

.form th {
	text-align: right;
	font-weight: bold;
	padding:.3em;
}

.form td {
	padding:.3em;
}

.buton {
font-weight:bold;
width: 80px;
font-size:100%;
}