/* Default formatting for elements. */

@import url(classes.css);
@import url(news.css);

@media print, screen {



body
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
}

body  /* The box-model hack for IE. */
{
	font-size: x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size: small;
}

caption { 
text-align:center; 
}

legend
{ color:#3333FF; }
		
td
{
	vertical-align:top;
	text-align: left;
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

div
{
	margin: 0;
	padding: 0;
}


sup, sub /* Subscripts and superscripts. */
{
	font-size: 70%;
}

p, address {
font-style: normal;
margin:0;
padding:0;
padding-bottom:1em;
text-align: justify; 
line-height: 1.4em;
}

address {
text-align:left; }

h1, h2, h3
{
	margin-top:0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

h1
{
	margin-bottom:10px;
	font-size: 150%;
}

h2
{
	font-size: 120%;
	font-weight:bold;
	margin-bottom: 10px;
}

h3
{
	margin-bottom: 5px;
}

td, th
{
	padding-left: 5px;
	padding-right: 5px;
}

}


@media screen {

body
{
	background:#F9FCFF url(../graphics/newBackground.jpg) repeat-y;
	padding-left:40px;
}

a:link
{
	text-decoration: underline;
	color:blue;
}

a:visited
{
	text-decoration: underline;
	color: #6600CC;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
	color: #FF0000;
}

#SideBarHeader
{
}

}

@media print
{
div
{
	background-color:white;
	background-image:none;
	text-align:justify;
}


a 
{ color: black; text-decoration:none; }
}

