body {
	background-color:#FFF;
	color:#666;
}

h1,h2 {
	color:#FC0;
	background-color:#FFF;
}

div#desc_text a {
	text-decoration:underline;
}

div#desc_text a:link, div#desc_text a:visited {
	color: #555;
}
div#desc_text a:hover {
	color:#333;
}

div.tl {
	background:url(/templates/vectora/images/gw_tl.gif) no-repeat;
}

div.tr {
	background:url(/templates/vectora/images/gw_tr.gif) no-repeat;
}

div.bl {
	background:url(/templates/vectora/images/gw_bl.gif) no-repeat;
}

div.br {
	background:url(/templates/vectora/images/gw_br.gif) no-repeat;
}

div.left_line {
	background:url(/templates/vectora/images/gw_v.gif) top left repeat-y;
}

div.right_line {
	background:url(/templates/vectora/images/gw_v.gif) top right repeat-y;
}

div.top_line {
	background:url(/templates/vectora/images/gw_h.gif) top left repeat-x;
}

div.bottom_line {
	background:url(/templates/vectora/images/gw_h.gif) bottom left repeat-x;
}

div#mp_link {
	background:url(/images/html_layout/main_page_link_gray_logo.gif) top left no-repeat;
}

div#mp_link a:link,div#mp_link a:visited {
	color: #555; 
	border-bottom:1px #FC0 dashed;
}
div#mp_link a:hover {
	color:#555;
	border-bottom:1px #555 dashed;
}