body {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
td, tr {
	color:#393a3a;
	font-family: "Palatino Linotype";
	font-size: 12px;
	line-height: 13px;
}

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

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

.buttons {
	border: 0px solid #4e9ba3;
	font-size: 12px;
	vertical-align: middle;
	color: #FFFFFF;
	background: #4e9ba3;
	font-weight: bold;
	padding: 5px;
}


.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 #dbdbdb;
	padding: 2px;
}
a:link img.border , a:visited img.border {
	border: 1px solid #dbdbdb;
}
img.border:link , img.border:visited  {
	border: 1px solid #dbdbdb;
}

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

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: 12px solid #ffffff;
	background-color: #FFFFFF;
}

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

/*copyright_menu start*/
.copyright_menu {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.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*/

.spacer {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*header start*/
.header {
	color: #393a3a;
	font-weight: normal;
	font-size: 12px;
}
.header A:link, .header A:visited{
	color: #909191;
	font-weight: normal;
	font-size: 11px;
}
.header A:hover{
	color: #909191;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
/*header end*/

.head {
}

.menu {
}

.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #EBE9ED;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4a3a5;
}

.pathway {
	font-size: 26px;
	line-height: 25px;
	color: #000000;
	padding-left: 30px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	background-image: url(images/dot-pathway.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.main {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	padding-right: 10px;
}

/*title start*/
.title-big {
	font-size: 26px;
	line-height: 25px;
	color: #000000;
	padding-left: 50px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	background-image: url(images/dot-titles-big.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

.title-small {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	padding-left: 0px;
	font-weight: normal;
}
/*title end*/

.table-top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}

/*text-blue start*/
.text-blue {
	font-weight: bold;
	color: #14A6C8;
}
.text-blue A:link, .text-blue A:visited{
	font-weight: bold;
	color: #14A6C8;
}
.text-blue A:hover{
	font-weight: bold;
	color: #14A6C8;
	text-decoration: underline;
}
/*text-blue end*/

