/* CSS Document */
html, body, td {
	font: x-small Verdana, Arail, Serif;
}
a.menu {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}
a.menu:hover {
	text-decoration: none;
	color: #ff0000;
}
a.adminMenu {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}
a.adminMenu:hover {
	text-decoration: none;
	color: #000066;
}
td.menu,td.middle {
	border-right: 1 dashed #DC143C;
}
input.login {
	width: 75px;
	border: 1pt solid #cccccc;
	background-color: #efefef;
}
table.login {
	border-top: 1 dashed #666666;
	border-bottom: 1 dashed #666666;
}

table.style1 td{
	padding: 0;
}
table.style1 tr.title td{
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-weight: bold;
	color: #000000;
}
table.style1 tr.title td a{
	color: #000000;
	text-decoration: none;
}
table.style1 tr.title td a:hover{
	color: #ff0000;
	text-decoration: underline;
}
table.style1 tr.row1,tr.row1b{
	background-color: #ffffff;
}
table.style1 tr.row2,tr.row2b{
	background-color: #555555;
}
table.style1 tr.row2b td{
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
table.style1 tr.row1b td{
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
/*=================================================*\
#	Idiot HTML Styles								#
\*=================================================*/
input.bold { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #f2e7db; 
	width: 50; 
	font-weight: bold;
}
input.italic { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #f2e7db; 
	width: 50; 
	font-style: italic;
}
input.underline { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #f2e7db; 
	width: 50;  
	text-decoration: underline;
}
input.link { 
	cursor: hand; 
	border: 1pt solid black; 
	background-color: #f2e7db; 
	width: 50;
	text-decoration: underline;
	color: #0000ff;
}
textarea {
	border: 1pt solid black; 
	background-color: #f2e7db; 
}
.example {  
	border: 0px none white; 
	width: 350;
	height: 15;
	color: #666666;
	font: xx-small Verdana;
	text-align: center;
}