BODY {
	background : transparent;
	color : Black;
	font-family : sans-serif;
	font-variant : normal;
	font-size : 12px;
}

TABLE {
	border : thin dotted Yellow;
	font : normal normal normal "MS Sans Serif", Geneva, sans-serif;
	background : Yellow;
	color : Black;
	width : 100%;
	font-size : small;
}


TR {
	padding-bottom : 2px;
	padding-top : 2px;
}


TH {
	color : Maroon;
	font : 900 oblique larger sans-serif;
	background : Yellow;
}

TD {
	padding-left : 10px;
	padding-right : 10px;
	font-size : small;
}

.imglogo{
	border: 12px outset red;
}


P {
	font : normal small "MS Sans Serif", Geneva, sans-serif;
	text-align : left;
}

DT {
	font-weight : bold;
	color : Black;
	background : transparent;
}

DL {
	font-size : small;
	color : Black;
	background : transparent;
}






H1 {
	font : bold small serif;
	text-indent : 1px;
	padding-right : 10px;
	padding-left : 10px;
}

H2 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : small;
	font-weight : bold;
}

H3 {
	font : bold x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H4 {
	font : lighter xx-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}





LI {
	list-style : outside;
	list-style-position : outside;
}

A:LINK {
	color : Blue;
	background : transparent;
}

A:HOVER {
	color : Red;
	background : transparent;
}

A:VISITED {
	color : Blue;
	background : transparent;
}

A.two:link {
	COLOR: White;
	TEXT-DECORATION: none;
	font-size : larger;
	font-weight : bold;
	background : transparent;
}
A.two:visited {
	COLOR: White;
	TEXT-DECORATION: none;
	background : transparent;
}
A.two:active {
	COLOR: Yellow;
	TEXT-DECORATION: underline;
	background : transparent;
}
A.two:hover {
	COLOR: Yellow;
	TEXT-DECORATION: underline;
	background : transparent;
}

.ansa{
	background : #e00000;
	border : solid Yellow;
	border-color : Yellow;
	border-left : 1px solid;
	padding : 4px;
	color : White;
	margin : 2px;
}


