body {
    font-size: 12px;
    color:#000000;
}

body, th, td, input, textarea, select, option {
    font-family: Verdana, sans-serif;
}

div#logo{
	background: url(img03.png) no-repeat;
	width: 304px;
	height: 134px;
}

h1, h2, h3 {
    font-family: Georgia, serif;
    font-style: italic;
    color: #2E231D;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 14px;
}

p, ul, ol, label {
    line-height: 18px;
}

a {
    color: #005AAD;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0 none;
}
/* Content */ #content {
    text-align: left;
} #content p {
	text-align: justify;
} #content h2 {
    line-height: 46px;
} #content a img {
    border: 4px solid #dbd8d2;
} #content p.print {
    display:none;
} #content strong {
}
/* Contacts */ #contacts {
} #contacts h3 {
    line-height: 37px;
}

/* Contacts Us */ #contactus {
    display:none
}

/* Footer */ #footer {
    
} #footer p {
    line-height: 31px;
    position: relative;
}
#footer p span{
	text-align: right;
	position: absolute;
	right: 0;
}