/*            property equivalance
size
	
	 8=u	(minUte)
	 9=t	(Tiny)
	10=s	(Small)
	11=n	(Normal - small)
	12=e	(Elite)
	14=m	(Medium)
	16=l	(Large)
	20=h	(Huge)
text color
	a=aqua
	b=blue
	d=dark blue
	l=light blue
	g=green	(#428484)
	k=black
	r=red
	m=magenta
	y=yellow
	n=havy
backgroung color
	a=aqua
	g=green	(#428484)
	l=light gray
	r=red
	w=white
	m=magenta
	y=yellow
text align
	l=left
	c=center
	r=right
weight
	n=normal
	b=bold
alternate font
	nothing = verdana
	t=tahoma

line-height: 12px (font+2)
text-transform: uppercase;
*/

body 
{
   color: blue;
   background-color: White;
   font-family: verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 11px;
   line-height: 13px;
   font-weight:bold;
   margin: 0px; 
   padding: 0px;
/*   text-decoration: none;	 eliminates link underline */
}

input {
	color: Red;
	background-color: white;
	font-family: verdana;
	font-size: 11px;
	line-height: 13px;
	font-weight : bold;
}

HR {
	height: 2px;
	color: blue;
	margin: 15px;
}

H1 {
	color : Blue;
	font-family : verdana;
	font-size : 14px;
	font-weight:bold;
	margin : 15px;
}

SELECT {
	color : blue;
	font-family : verdana;
	font-size : 11px;
	font-weight:bold;
}

A:link, A:visited, A:active{	
	color : Black;
	background-color:white;
	font-family : verdana;
	font-size : 11px;
	font-weight:bold;
}
A:hover {					
	color : Red;
	background-color:white;
	font-family : verdana;
	font-size : 11px;
	text-decoration: none;
	font-weight:bold;
}

TABLE {					
	color: black;
	background-color: White;
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
	margin : 1px;	
	vertical-align : top;
}

TR {					
	font-size: 11px;
	font-weight : bold;
	vertical-align : top;
	margin : 0px;	
}

TR.blue {					
	color: blue;
	background-color: white;
	font-size: 11px;
	font-weight : bold;
	vertical-align : top;
	margin : 0px;	
}

TR.image {
	background: url(images/redsquare.bmp);
	color: white;
	font-size: 14px;
	font-weight : bold;
}

TR.green {					
	color: green;
	background-color: white;
	font-size: 11px;
	font-weight : bold;
	vertical-align : top;
	margin : 0px;	
}

TR.h {					
	color: black;
	background-color: yellow;
	font-size: 11px;
	font-weight : bold;
	vertical-align : top;
	margin : 0px;	
}

TR.hr {					
	color: red;
	background-color: white;
	font-size: 11px;
	font-weight : bold;
	vertical-align : top;
	margin : 0px;	
}

TR.red {					
	color: red;
	background-color: white;
	font-size: 11px;
	font-weight : bold;
	vertical-align : top;
	margin : 0px;	
}

TD.l {					
	text-align: left;
}

TD.c {					
	text-align: center;
}

TD.r {					
	text-align: right;
}

TD.lr {					
	text-align: left;
	color: red;
}

TD.lb {
	text-align: left;
	color: blue;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	font: bold 10px arial;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px arial;
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	color: white;
	background: blue;
	text-align: center;
	text-decoration: none;
	font: bold 10px arial;
}

#sddm li a:hover {
	background:white;
	color:red;
	font: bold 10px arial;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	color:white
	background: blue;
	border: 1px solid #5970B2;
	font: bold 10px arial;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: aliceblue;
	color: blue;
	font: 11px verdana;
}

#sddm div a:hover {
	background: lightgoldenrodyellow;
	color: red;
	font: bold 11px verdana;
}
