body
{
	margin: 0;
	background-image: url('graphics/bg.gif');
}
h1
{
	font-family: Trebuchet MS;
	color: white;
	font-size: 25px;
}

h3
{
	margin:0;
	font-family: Trebuchet MS;
	color: white;
	font-size: 18px;
}
p
{
	font-family: Trebuchet MS;
	color: white;
	font-size: 15px;
	margin:0;
}
p+p
{
	margin-top: 1em;
}

.newsitem + .newsitem
{
	border-top: dashed 1px #c0c0c0;
}

.newsitem
{
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsitem .icon
{
	float:left;
	margin-right: 10px;
}

a:link, a:visited
{
	color: #ffde03;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

h3 a:link, h3 a:visited
{
	color: #c0c0c0;
	text-decoration: none;
}
h3 a:hover
{
	border-bottom: solid 2px #c0c0c0;
}

h3 .selected
{
	border-bottom: solid 2px white;
}
.small
{
	font-size: 13px;
}

.tiny
{
	font-size: 11px;
}
.gray
{
	color: #c0c0c0;
}

input
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #202020;
}

input[type="text"], textarea
{
	padding:10px;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #202020;
	border: solid 1px #808080;
}

input[type='submit'], input[type='button'], input[type="reset"]
{
	background-color:#fee445;
	padding: 5px 10px 5px 10px;	 
	color: #202020;
	font-weight:bold;
	font-family: Trebuchet MS;
	font-size: 14px;
	border-color: #d8bc02;
	border-width: 1px;
	border-radius: 3px;
	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
}

input[type="reset"]
{
	background-color:#c0c0c0;
	border-color: #808080;
}
