@import "linker.css";
BODY{
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	color: black;
	margin: 0 0 0 0;
	background-color: white;
	background-image: url(../images/page_bg.jpg);
}
DIV.top_bg {
	background-image: url(../images/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 55px;
}
DIV.top_img {
	/*background-image: url(/images/title_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 56px;*/
}
TABLE.main {
	background-color: white;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}
TD, XMP, TH, PRE{
	font-family: tahoma, verdana, arial;
	font-size:8pt;
	color: black;
}
P {
	padding:0px;
	margin:0px;
}
A, .colorX{
	color: #F98700;
}
A:hover{
	color: #B6701C;
}
.space{
	width: 30px;
}
TD.main_view {	
	vertical-align: top;
	background-color: white;
	color: black;
}
DIV.main_view {
	width: 744px;
	text-align: justify;
}
TD.bottom {
	vertical-align: top;	
	text-align: right;
	color:  #5a84cb;	
}
DIV.bottom_line {
	height: 28px;
	background-color: #ffff00;	
}
DIV.msg {
	border: 2px solid #6b9263;
	padding: 5px;
}

.error, DIV.error_report {
	background-color: #dd0000;
	color: white;
	padding: 5px;
	border : 3px solid #ff5555;
}
INPUT, SELECT, TEXTAREA, DIV.editor_text {
	border: 1px solid white;
	border-top: 1px solid #a79a96;
	border-left: 1px solid #a79a96;
	background-color:	#DBD9DA;
	color: Black;
	font-family: tahoma, verdana, arial;
	font-size:  8pt;

}
INPUT.text{
	height: 17px;
}
INPUT.button {

	border: 1px solid black;
	border-top: 1px solid white;
	border-left: 1px solid white;
	background-color: #4d6180;
	color: white;
	font-family: tahoma, verdana, arial;
	font-size:  8pt;

}
DIV.main_title {
	font-family: arial;
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: 900;
	color: black;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
A {
	text-decoration: none;
}
A.index_link {
	color: black;
	display: block;
	width: 458px;
	border: 1px solid #cccccc;
	background-color: #dddddd;
}
A.index_link:hover {
	background-color: #f9f500;
}

A.news {
	color: black;
	display: block;
	width: 233px;
	padding:3px;
	border: 1px solid #cccccc;
	background-color: #dddddd;
	font-size:7.5pt;
	font-family: tahoma, verdana, arial;
}
A.news:hover {
	background-color: #f9f500;
}
