body {
    margin:0;
    padding:0;
    color: #000;
    font:14px Verdana, Arial, Helvetica, sans-serif;
}

a img {
    border: 0;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #03366b;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

p {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    color: #000;
}

ul {
    list-style-type: circle;
    list-style-position: inside;
}

li {
    text-align: left;
}

ol {
    list-style-position: inside;
    padding: 0;
    margin: 3px;
}

ol li {
    text-align: justify;
}

.home_description {
    font-size: 16px;
    color: #002649;
    margin: 10px 10px 5px 10px;
}

.offer_intest {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #4bace3;
}

a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #6B6854;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #6B6854;
}

.slogan_clear {
    font-size: 18px;
    font-weight: bold;
    color: #4bace3;
}

.slogan_dark {
    font-size: 24px;
    font-weight: bold;
    color: #113c66;
}

#menu {
    width: 683px;
    height: 31px;
    background: #002649;
    border: 0;
}

#menu a:link, #menu a:visited{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

#menu ul {
    width: 100%;
    list-style-type: none;
    margin:0;
}

#menu ul li {
    text-align:center;
    float:left;
    display: inline;
    margin-right: 15px;
}


#undermenu {
    width: 100%;
    height: 50px;
}

.total {
    font-weight: bold;
    font-size: 13px;
    color: #ff0000;
}

.avail_true {
    font-weight: bold;
    color: #00cc00;
}

.avail_false {
    font-weight: bold;
    color: #ff0000;
}

.formTitSec {
    background: #9AB5DD;
    font-weight: bold;
    color: #fff;
}

.fieldTitle {
    width:30%;
    font-weight:bold;
}

.fieldValue {
    width:70%;
}

.reqdiv {
    background: #f8f0bb;
    color: #ff0000;
    font-weight: bold;
}

.asterisk {
	width: 5px;
	color: #F00;
	font-weight: bold;
	text-align: left;
}

.asterisk {
	display: none;
}

#loading {
    display: none;
    margin: 5px 0 0 5px;
}

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.text_bold {
    font-weight: bold;
}

#galleria{
    width: 500px;
    height: 375px;
    margin: 20px auto;
}

.imagesbox {
    margin: 5px 5px 5px 5px;
    text-align:center;
}

.avail_btn {
    margin-top: 3px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    width: 200px;
    border: 1px solid #ff0000;
    cursor: pointer;
}


