.data {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #FFFFCC;
}

.border {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #FFFF99;
}

.clsgreen {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #DBFEBC;
        text-align : left;
	font-weight : normal;
}

.header {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #FFFFCC;
        text-align : center;
	font-weight : bold;
}

.headline {
	color : blue;
	font-family : "Arial", "Bookman Old Style", "Times New Roman", serif;
        font-size : 200%;
	background-color : transparent;
}

.icon {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : #FFEFAE;
}

.intro {
	color : red;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : transparent;
	font-weight : bold;
	text-align : left;
}

.sidebar {
	font-weight : bold;
	line-height : 25px;
}

.small {
	font-size : smaller;
}

.strong {
	font-size : larger;
}

.subheader {
	color : black;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	background : gold;
        text-align : center;
	font-weight : bold;
}

A {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	background-color : transparent;
}

A:HOVER {
	color: black;
	background-color : transparent;
}

A:VISITED {
	color: blue;
	background-color : transparent;
}

BODY {
	color: Blue;
	background : white;
}

DIV#header {
	background-color : #FFE4B5;
	border-bottom-width : 2px;
	border-left-width : 2px;
	border-color : #DEB887;
	border-right-width : 2px;
	border-style : double;
	position: relative;
	padding : 8px 8px 8px 8px;
	color : #D2691E;
	font : bold 210% Arial, Helvetica, sans-serif;
}

DIV#menu {
	background-color : #FFE4B5;
	border-bottom-width : 2px;
	border-left-width : 2px;
	border-color : #DEB887;
	border-right-width : 2px;
	border-style : double;
	position: relative;
	top: 10px;
	font-size : larger;
	font-weight : bold;
	padding : 8px 8px 8px 8px;
	margin-right : 80%;
}

DIV#main {
	position:absolute;
	font-weight : bold;
	font-style : normal;
	padding : 8px 8px 8px 8px;
	margin-left : 21.5%;
	top : 228px;
	width :77.5%;
}

P.big {
	font : bold large Arial, Helvetica, sans-serif;
	color : #A52A2A;
	background-color : transparent;
	text-align : center;
	background-image : url(http://www.simegen.com/global/sidebar.gif);
}

P.strong {
	font : bold x-large Arial, Helvetica, sans-serif;
	color : #A52A2A;
	background-color : transparent;
	text-align : center;
}


