﻿body, html
{
	font-family: Arial;
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 12px;
}

.mainContent 
{
	width: 100%;
	height: 100%;
	
	min-width: 950px;
	min-height: 600px;
	
	width: expression(document.body.clientWidth < 950? "950px": "100%" );
	height: expression(document.body.clientHeight < 600? "600px": "100%" );
	
	background-image: url("cprbg.jpg");
	background-repeat: no-repeat;
	background-position:bottom right;
}

.Subject
{
	color: #AE0000;
	font-size: 17px;
	font-weight: bold;
}

.Date
{
	color: #AE0000;
	font-size: 10px;
	font-weight: bold;
}

.Body
{
	font-size: 12px;
}

.upcoming
{
	font-size: 10px;
	font-weight: bold;
}

a.upcoming:link
{
	color: #AE0000;
	text-decoration: none;
}
a.upcoming:visited
{
	color: #AE0000;
	text-decoration: none;
}

a.upcoming:hover
{
	color: #AE0000;
	text-decoration: none;
}


