*{
	outline:none;
}

body { text-decoration: none; color: #FFFFFF; background-color: #003366; font-family: Tahoma, Arial, sans-serif; font-size: 10px; }

td { text-decoration: none; color: #FFFFFF; font-family: Tahoma, Arial, sans-serif; font-size: 11px; }
th {
	text-decoration: none;
	font-weight: bold;
	color: #66CCFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #0066CC;
}
.tab {
	border: 1px groove #666699;
	padding : 2 2 2 2;
}

.yellow { 
	text-decoration: none; 
	color: #CCCC00; 
	background-color: #0066CC; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 11px 
}

h1,h3 { 
	text-decoration: none; 
	font-weight: bold; 
	color: #A5A3A3; 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 14px 
}
h2 {
	text-decoration: none;
	font-weight: bold;
	color: #66CCFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	background-color: #0066CC;
	padding: 2px;
	border: 1px solid #66AAFF;
}


a:link {
	text-decoration: none;
	font-weight: normal;
	color: #CCCC00;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #CCCC00;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #CCCC00;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-color: 003366;
}
a.cat:link,a.cat:visited {
	text-decoration: none;
	font-weight: normal;
	color: #CCCC00;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

input,select,textarea {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #000080;
}
.button {
	BORDER-RIGHT: thin solid #005588;
	BORDER-TOP: thin solid #44AADD;
	BORDER-LEFT: thin solid #44AADD;
	BORDER-BOTTOM: thin solid #005588;
	BACKGROUND-COLOR: #66CCFF;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Tahoma, arial,sans-serif;
	CURSOR: hand;
	COLOR: #000060;

}

.plus {
	color : #FFFFFF;
	background-color : #3399FF;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
	font-weight: bold;
	width: 12px;
	text-decoration: none;
	CURSOR: hand;
}
.minus {
	color : #FFFFFF;
	background-color : #3333FF;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
	font-weight: bold;
	width: 12px;
	text-decoration: none;
	CURSOR: hand;
}

.divedit {
	height:240; 
	width:440;
	background-color: #FFFFFF; 
	color: #000000;
	font-face: "MS Sans Serif", Geneva, sans-serif; 
	padding:3; 
	border:inset #A0A0FF; 
	scrollbar-base-color:#A0A0AA; 
	overflow:auto;
}