body {
	margin-top: 0px;
	background-color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
}
td, tr {
	color:#393939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #393a3a;
}
a:hover{
	color:#393a3a;
	text-decoration:underline;
	font-weight: bold;
}

/*contact form start*/
.inputbox {
	border: 0px solid #393a3a;
	font-size: 14px;
	vertical-align: bottom;
	color: #393a3a;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	padding: 5px;
	background-color: #F0F0F0;
}

.buttons {
	border: 0px solid #dcae6e;
	font-size: 12px;
	vertical-align: middle;
	color: #393a3a;
	background: #F0F0F0;
	font-weight: bold;
	padding: 5px;
}
.title-right-small {
	font-weight: bold;
	font-size: 14px;
}


.contact_form_ok {
	font-weight: bold;
	color: #555247;
	font-size: 12px;
	background-color: #FFFF99;
}
/*contact form start*/

/*img.border start*/
img.border {
	border: 1px solid #dcaf6e;
}
a:link img.border , a:visited img.border {
	border: 1px solid #dcaf6e;
}
img.border:link , img.border:visited  {
	border: 1px solid #dcaf6e;
}

a:focus img.border, a:hover img.border, a:active img.border {
	border: 1px solid #a16751;
}
a:focus img.border, a:hover img.border, a:active img.border {
	border: 1px solid #a16751;
}

img.border_text_LEFT {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 0px 5px 0px 0px;
}

img.border_text_RIGHT {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/*img.border end*/

.site_border {
	border: 10px solid #ffffff;
	background-color: #FFFFFF;
}

/*menu start*/
.menu {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.menu A:link, .menu A:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.menu A:hover {
	color: #adadad;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
/*menu end*/

/*copyright start*/
.copyright {
	color: #adadad;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
}
.copyright A:link, .copyright A:visited {
	color: #adadad;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.copyright A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*copyright end*/

/*copyright_menu start*/
.copyright_menu {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding-right: 20px;
}
.copyright_menu A:link, .copyright_menu A:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.copyright_menu A:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
/*copyright_menu end*/

.header {
}

.head {
}

.head-menu-left {
	background-image: url(images/head-menu-left.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 18px;
}
.head-menu-left A:link, .head-menu-left A:visited {
	color: #FFFFFF;
	font-size: 18px;
}
.head-menu-left A:hover {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
}


/*head-menu-right start*/
.head-menu-right {
	color: #FFFFFF;
}
.head-menu-right-01 {
	background-color: #212121;
	background-image: url(images/menu/01.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.head-menu-right-02 {
	background-image: url(images/menu/02.gif);
	background-repeat: no-repeat;
	background-color: #212121;
}
.head-menu-right-03 {
	background-color: #212121;
	background-image: url(images/menu/03.gif);
	background-repeat: no-repeat;
}
.head-menu-right-04 {
	background-color: #212121;
	background-image: url(images/menu/04.gif);
	background-repeat: no-repeat;
}
.head-menu-right-05 {
	background-color: #212121;
	background-image: url(images/menu/05.gif);
	background-repeat: no-repeat;
}
/*head-menu-right end*/

.main {
}

.main-title-pathway {
	color: #FFFFFF;
	background-image: url(images/main-pathway.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 5px;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}

.left-grey-bg {
	background-image: url(images/left-grey-bg.gif);
	background-repeat: repeat-x;
}


/*title start*/
.title-black {
	color: #222222;
	font-size: 18px;
	padding-left: 20px;
	background-image: url(images/title-dot-black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.title-white {
	color: #ffffff;
	font-size: 18px;
	padding-left: 20px;
	background-image: url(images/title-dot-white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*title end*/

.text-white {
	color: #ffffff;
}
.text-white A:link, .text-white A:visited {
	color: #FFFFFF;
}
.text-white A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

