/*---------------------------------- default start -------------------------------------------*/

table { 
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 0;
}
td {
	padding: 0;
	vertical-align: top;
}
body {	
	padding: 0;
	margin: 0;
	color: #666769;
}
img {
	margin: 0px;
	border: none;
}

/* -- default classes to use - start-- */

.PRelative {
	position: relative;
}

.FLeft {
	float: left;
}
.FRight {
	float: right;
}
/* -- default classes to use - end -- */

/*---------------------------------- default end -------------------------------------------*/
html {
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #006b9d;
	font-size: 11px;
}
body {
	font-family: Verdana;
	height: 100%;
}

.clear {
    height: 1px;
    overflow: hidden;
    clear: both;
	visibility: hidden;
	margin-top: -1px;
}

.ralative {
	position: relative;
}

a.c1 {
	background: #000000;
}

a:hover.c1 {
	background: #282828;
}

a.c2 {
	background: #02a0c7;
}

a:hover.c2 {
	background: #61c3dc;
}

a.c3 {
	background: #c00000;
}

a:hover.c3 {
	background: #cf3b3b;
}

a.c4 {
	background: #ffbe00;
}

a:hover.c4 {
	background: #ffd54f;
}

a.c5 {
	background: #666666;
}

a:hover.c5 {
	background: #8c8c8a;
}

a.c6 {
	background: #827e00;
}

a:hover.c6 {
	background: #a8a44b;
}

.menu {
	width: 167px;
	margin: 0 auto 0 auto;
}

.menu a {
	display: block;
	width: 140px !important;
	width: 167px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 2px 25px;
	margin-bottom: 5px;
}

.pager a, .pager span {
	margin: 0 5px 0 5px;
}

a.back {
	display: block;
	background:  #cf2100;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	width: 48px !important;
	width: 40px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover.back {
	background:  #ff2d00;
}

a.readMore {
	display: block;
	background:  #cf2100;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
}

a:hover.readMore {
	background:  #ff2d00;
}

#contacts td {
	font-size: 12px;
	padding: 2px;
}

#contacts td.title {
	width: 170px;
}

#contacts td input, #contacts td textarea {
	width: 300px;
	font-family: verdana;
	color: #666769;
}
