body
{
	font-family: verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #b9d0f6 url('/site/img/3.png') repeat-x;
}

a
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: blue;
	text-decoration: none;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
	margin: 0;
}

h3 {
	font-size: small;
	margin: 0;
	border-bottom: 1px solid #aaaaaa;
}

h4 {
	font-size: small;
	margin: 0;
}

img {
	border: 0px;
}



.calTop
{
	width: 42px;
	height: 49px;
	background: url(/site/img/cal.png) no-repeat;
}
.calMonth
{
	padding-top: 3px;
	font-size: 10px;
	text-align: center;
	color: white;
}

.calDay {
	padding-top: 3px;
	font-size: 16px;
	text-align: center;
}

.downloadtext
{
	font-size: 10px;
}

.screenstext
{
	font-size: 10px;
}


div.bottom {
	border: black solid 1px;
	border-top: 0px;
	clear: left;
	padding: 2px 2px 2px;
	background-color: #F3F6F8;
}

div.top {
	border: black solid 1px;
	border-bottom: 0px;
	clear: left;
	padding: 2px 2px 2px;
	background-color: #F3F6F8;
}

