body {
 color: #000000;
 background-image: url(/style/images/bg.png);
 font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
 
}

.smallfont {
 font-size: 11px;
 font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.normalfont {
 font-size: 13px;
 font-weight: bold;
 font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.tablecat {
	color: #383838;
	background-color: #ffffff;
	background-image: url(images/cellpic_cat2.png);
	BORDER-TOP: 1px solid #ffffff;
	BORDER-LEFT: 1px solid #ffffff;
}

.tablecat a:link, .tablecat a:visited, .tablecat a:active { 
	color: #000000;
	text-decoration: underline;
 
}
.tablecat a:hover { 
	color: #000000;
	text-decoration: none;
 
}

.tabletitle {
	color: #FFFFFF;
	background-color: #02048A;
	background-image: url(images/cellpic_title.png);
	BORDER-TOP: 1px solid #ffffff;
	BORDER-LEFT: 1px solid #ffffff;
}

.tabletitle a:link, .tabletitle a:visited, .tabletitle a:active {
 color: #FFFFFF;
 text-decoration: underline;
 
}
.tabletitle a:hover { 
 color: #FFFFFF;
 text-decoration: none;
 
}

.tablea {
 color: #000000;
 background-color: #f0f0f0;
 BORDER-TOP: 1px solid #ffffff;
BORDER-LEFT: 1px solid #ffffff;
}

.tablea a:link, .tablea a:visited, .tablea a:active {
 color: #000000;
 text-decoration: underline;
 
}
.tablea a:hover { 
 color: #000000;
 text-decoration: none;
 
}

.tableb {
 color: #000000;
 background-color: #e8e8e8;
 BORDER-TOP: 1px solid #ffffff;
BORDER-LEFT: 1px solid #ffffff;
}

.tableb a:link, .tableb a:visited, .tableb a:active { 
 color: #000000;
 text-decoration: underline;
 
}
.tableb a:hover { 
 color: #000000;
 text-decoration: none;
}

.tableborder {
	background-color: #000000; 
}

.tableoutborder {
	background-color: #000000; 
}

.tableout {
	background-color: #ffffff; 
}
.input_black {
	background-image: url(images/input_text_back.png);
	/*background-color:#ffff00;*/
	color:black; font-size:11px; 
	font-family:verdana,sans-serif; 
	border:1px solid #000000;
} 

.input_pw {
	background-image: url(images/input_text_back.png);
	/*background-color:#ffff00;*/
	color:red; font-size:11px; 
	font-family:verdana,sans-serif; 
	border:1px solid #000000;
}
 
input, textarea, select {
 font-size: 11px;
 font-family: tahoma,helvetica;
 color: #000000;

 border: 1px solid  #000000;

 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;

 text-indent : 2px;
}

form {
	margin: 0;
	padding: 0;
}
 
