*{ margin: 0; padding: 0; }
body{
margin-top: 15px;
font: 14px "Lucida Sans Unicode", Tahoma, sans-serif;
line-height: 1.3em;
background: #fff;
color: #333333;
background: url(img/bg.jpg) repeat-x #FFF;
}

a {	color: #003399;	text-decoration: none; }
a:hover { color: #1A66FF; text-decoration: underline; }
p { text-align:justify;font-size:13px; margin: 0 0 6px 0; }
h1 { font: normal 28px Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 24px Georgia, "Times New Roman", Arial; color: #333; }
h3 { font: normal 20px Georgia, "Times New Roman", Arial; color: #333; }
h4 { font: normal 16px Georgia, "Times New Roman", Arial; color: #333; }
img { border: 0; }
.clear { clear: both; }

#container{
margin: 30px auto;
width: 750px;
}

#logo{
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px dotted #808080;
}
#logo a{
text-decoration: none;
color: #444;
}
#logo a:hover{
text-decoration:none;
color: #444;
}

#content{
margin: 20px 0;
}

.prop{
padding: 6px;
font-size: 11px;
text-align:center;
}
.prop h1{
font: 13px "Lucida Sans Unicode", Tahoma, sans-serif;
font-weight:bold;
}
.prop h2{
text-align:center;
font-size: 16px;
font-weight:bold;
}


#pview img{
float:left;
margin-right: 15px;
margin-bottom: 15px;
}

#right{
}

.ad{
margin: 18px 0 18px 0;
text-align:center;
}

.error{
border: 1px solid #FF0000;
background-color: #FFA6A6;
padding: 10px 10px 10px 35px;
margin-bottom:8px;
margin-top:8px;
}

.ok{
border: 1px solid #009900;
background-color: #B3E6B3;
padding: 10px 10px 10px 35px;
margin-bottom:8px;
margin-top:8px;
}

input, textarea, select, option {
font-family: "Lucida Sans Unicode", Tahoma, sans-serif;
color: #333;
font-size:11px;
font-weight:bold;
}

label{
font-weight:bold;
font-size: 12px;
}

#ctform{
padding: 12px 0;
border-top: 1px dotted #808080;
background-color:#FFDBA6;
text-align:center;
}

#courtesy{
font-size:10px;
}

#related{
padding-top: 12px;
border-top: 1px dotted #808080;
text-align:center;
}
#related img{
margin: 8px;
}

#footer{
font-size: 12px;
line-height: 1.1em;
text-align: center;
margin-top: 12px;
padding-top: 12px;
border-top: 1px dotted #808080;
}
#footer a{ color: #333333;	text-decoration: none; }

