html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {border: none;}

.login_ok {
	border:0px;
	background-color:#FFFFFF;
}

.input_login {
	border:0px;
	background:#FFFFFF url(../images/input_login.gif) no-repeat;
	margin: 0px 4px 0px 4px;
	padding: 2px 4px 0px 4px;
	height:18px;
	font-size:9px;
	line-height:11px;
	width:124px;
}

.login_text {
	font-size : 10px;
	vertical-align:middle;
}

.traith {
	border: 0px solid #dbdddd;
	border-bottom: 1px solid #dbdddd;
}

.traitv {
	border: 0px solid #dbdddd;
	border-left: 1px solid #dbdddd;
	height:275px;
}
.top_menu {
	background: url(../images/bg_menu.gif) repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c4c3c3;
	z-index:99999;
}
.top_menu a {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
}
.top_menu a:hover {color:#e2700e;}
.top_menu a.current {color:#e2700e;}
.black_td {
	background-color : #000000;
}

.ins_input {
	border : 0px;
	background: url(../images/input.gif) no-repeat;
	height:17px;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 2px;
}