body {
	color : black;
	background-color : white;
	background-image : url(ribbed.gif);
	font-family : verdana;
	font-weight : normal;
	font-size : 9pt
}

a.alt2 {
        color : black;

}
a.alt2:link {
        text-decoration : none;
        color : #000000;
}
a.alt2:active {
        text-decoration : none;
        color : #000000;
}
a.alt2:visited {
        text-decoration : none;
        color : #000000;
}
a.alt2:hover {
        color : white;
        background-color : #2071c6
}


a.alt1 {
	font-family : verdana;
	font-size : 9pt;
	color : black;

}
a.alt1:link {
	text-decoration : none;
	color : #000000;
}
a.alt1:active {
	text-decoration : none;
	color : #000000;
}
a.alt1:visited {
	text-decoration : none;
	color : #000000;
}


a:link { 
	text-decoration : none;
	color : #1963C0;
}

a:active { 
	text-decoration : none;
	color : black;
}

a:visited { 
	text-decoration : none;
	color: #1963C0; 
}

a.hover:hover { 
	/*color : white;
	background-color : #666abc; */
	color : black;
	text-decoration : underline
}

table, tr, td, p, ul, li {
	font-family : arial;
	font-weight : normal;
	font-size : 10pt;
}

.text-small {
	font-size : 8pt;
}

.text-emphasis {
	font-style : italic
}

.text-strong {
	font-weight : bold
}

.text-underline { 
	text-decoration : underline
}

.text-quote {
	text-indent : 3em
}

.text-alt1 {
	font-family : verdana;
	font-size : 8pt;
}

.text-c1 {
	color : #ffffff
}

.text-c2 {
	color : cyan;
}

.text-c3 {
	color : #666abc
}

.text-c4 {
	color : red
}

.text-c5 {
	color : #000000
}

/* Table properties */

.border {
	background : #000000
}

.table-c1 {
	background : #000000
}

.table-c2 {
	background : red
}

.table-c3 {
	background : #9ea8a8
}

.table-c4 {
	background : #AFD0C3
}

.table-c5 {
	background : #eeeeee
}

.table-c6 {
	background : #ffffff
}

.title-space {
	color : black;
	background-color : white;
	background-image : url(ribbed.gif);
	font-family : verdana;
	font-weight : normal;
	font-size : 14pt;
	letter-spacing: 2pt;


}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #009966;

}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #009966;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #009966;
}

