A  {
	text-decoration : none;
	font-family : Tahoma, Arial;
	font-size : 10pt;
	font-weight : bold;
}

A:Hover  {
	font-family : Tahoma, Arial;
	text-decoration : underline;
    font-weight : bold;
}

P  {
	font-family : Tahoma, Arial;
	font-size : 10pt;
}

.small {
	font-family : Tahoma, Arial;
	font-size : 8pt;
}

H1  {
	font-family : Tahoma, Arial;
	font-size : 22pt;
	color : Red;
	font-weight : bold;
	text-align : center;
}

h2  {
	font-family : Tahoma, Arial;
	font-size : 18pt;
	color : Red;
}

h3  {
	font-family : Tahoma, Arial;
	font-size : 14pt;
	color : Red;
}

TABLE  {
	font-family : Tahoma, Arial;
	font-size : 10pt;
}

PRE  {
	font-size : 9pt;
}

LI  {
	font-size : 10pt;
	font-family : Tahoma, Arial;
	list-style-type : square;
	list-style-position : outside;
	border-bottom : 1 groove;
}

.index {
	font-size : 11pt;
	font-family : Tahoma, Arial;
	font-weight : bold;
	border-bottom : 1px solid Blue;
	padding : 2;
}

.classic {
    font-size : 11pt;
	font-family : Bookman Old Style;
}

A:Hover.classic  {
	font-family : Bookman Old Style;
	text-decoration : underline;
}

.classic_large {
    font-size : 16pt;
	font-family : Bookman Old Style;
}

A:Hover.classic_large  {
	font-family : Bookman Old Style;
	text-decoration : underline;
}

TH	{
	font-weight : bold;
	font-size : 11pt;
	background-color : #AAAAFF;
	text-align : left;
	font-family : Tahoma, Arial;
}

.plateTHArt {
	color :white;
	text-align: center;
	font-weight: bold;
	background: #AAAAFF;
}

.plateTHOrange {
	color :red;
	text-align: center;
	font-weight: bold;
}

.boxdiv{
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	background-color: #9999CC;
	/*background-color: #CBD0F3;*/

	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	border-top: 1px white solid;
	
	padding: 2px;
}
