* {
	margin: 0;
}


html, body {
	height: 100%;
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
}
/*div {
	border:1px dashed #666666;
}*/

img{ border:none;}
a, a:visited{color:#C7303A;}
a:hover{color:#F9E14C;}
p{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	text-align:justify;
}
h1{
	margin-top:10px;
	margin-bottom:10px;
	color:#C7303A;

	font-style:italic;
	font-size:18px;
}


body {
	background:url(../images/bg.jpg);
	font-size:12px;
	color:#333333;
}
#page-wrapper {
	background:url(../images/top-bg.jpg) repeat-x;
	overflow:hidden;
	position: relative;

}
#content-wrapper {
	margin:auto;
	width:922px;
	overflow:hidden;
	position: relative;
}
#header {
}
#nav-bar {
	background:url(../images/bg-nav.jpg);
	height:35px;
	overflow:hidden;
}
#nav-content {
	width:630px;
	margin-left:20px;
}
#content {
	background:url(../images/bg-content.jpg);
	overflow:hidden;
	position: relative;
}
#content-left{
	margin-left:20px;
	width:630px;
	float:left;
	overflow:hidden;
	line-height:18px;
	padding:5px;
	letter-spacing:1px;
}
#content-right{
	float:right;
	width:245px;
	overflow:hidden;
}
#footer{
	background:url(../images/bg-footer.jpg) repeat-x;
	padding:20px;
	text-align:center;
	color:#666666;
}


/* Extra */

.underline{
	text-decoration:underline;
}
.small{
	font-size:10px;
}
th{
	background-color:#eeeeee;
	text-align:left;
	font-size:12px;
}
.lines td{
	border-top: solid 1px #cccccc;
}
.noline{
	border:none;
	border-top:none;
}
#aplplication{
	
}
#aplplication table{
	border:solid 1px #ccc;
}
#aplplication td{
	font-size:11px;
}
input, textarea, select{
	font-size:11px;
}