body{
	color : #404040;
	background-color : #FFFFFF;
	font-family : Bitstream Vera Sans, sans-serif;
	font-weight : normal;
	font-style : normal;
	}

p{
	font-size: 100%;
	font-family : Bitstream Vera Sans, sans-serif;
	font-weight: normal;
	font-style : normal;
	text-align : justify;
	}

p.updated{
	font-size: 75%;
	font-style : italic;
	text-align : left;
	}

h1{
	font-size: 140%;
        font-family : Bitstream Vera Sans, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	}

h2{
	font-size: 120%;
        font-family : Bitstream Vera Sans, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	}

h3{
	font-size: 110%;
        font-family : Bitstream Vera Sans, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	}

h4{
	font-size: 100%;
        font-family : Bitstream Vera Sans, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	}

tr{
	background-color : #FFFFFF;
}

td{
	color : #404040;
	font-family : Bitstream Vera Sans, sans-serif;
	font-weight: normal;
	font-style : normal;
	font-size : 90%;
	vertical-align : top;
	}

td.date{
	text-align : right;
	}

td.announcement{
	text-align : left;
	}

th{
	color : #404040;
	background-color : #BBBBFF;
	font-family : Bitstream Vera Sans, sans-serif;
	font-weight: bold ! important;
	font-variant: small-caps;
	font-size : 100%;
	text-align: center;
	}

pre{
	font-family : monospace ! important;
	font-size: 100%;
	color : #000000;
	}


b.highlight{
        background-color:#FFFF60;
	}

a:link{
	color : Blue;
	text-decoration : none;
	}


a:visited{
	color : purple;
	text-decoration : none;
	}


