body {
	margin:0;
	padding:0;
	background:#ffffff;
}

p,td { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}
p{
    margin: 0 0 10px;
}

a{
	color: blue;
	text-decoration: underline;
}

a:hover{
	color: red;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}

form {
     margin:0;
     padding:0;
}

ul {
	margin-left:20px;
	margin-top:0px;
    margin-bottom: 30px;
	padding: 0 0 0 15px;
	list-style-type: square;
	line-height: 16px;
	}
ul li{
    margin: 5px 0;
}
.title-bg {
	/*background-image: url(../images/title-bg.gif);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}


h1 {
	border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 21px;
    font-weight: normal;
    margin: 10px 15px 0 0;
    padding: 0 0 5px;
}

h2 {
	color: red;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 14px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}

.c_name {
	font-size: 22px;
    
	font-weight: normal;
	text-transform: none;
	color: #207dbc;
	text-align: left;
	vertical-align: middle;
	padding-left: 9px;
}


.bottom-menu {
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.bottom-menu-lnk {
	color: #000000;
	text-decoration: none;
}

.bottom-menu-lnk:hover {
	color: #000000;
	text-decoration: underline;
}

.menu {
	color: #FFFFFF;
	background-image: url(../images/menu-btn.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 22px;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
	text-transform: uppercase;
}
.menu_lnk{
	text-decoration: none;
	color: #FFFFFF;
    font-size: 10px;
}

.menu_lnk:hover {
	color: #D3EAF2;
	text-decoration: none;
}

.c-name-bottom {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 14px;
}

.body_txt {
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}



div.header-phones{
    text-align: right;
    margin: 10px;
}
div.header-phones span{
    white-space: nowrap;
    font-family: Arial;
    font-size: 14px;
    color: #ff0000;
}
div.header-phones span span{
    color: #000;
    font-size: 12px;
}

div.top{
    background: none repeat scroll 0 0 #F0F0F0;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: justify;
}
