body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.gif)
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.pageTitle
{
	font-size: 18px;
	font-weight: 500;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.stdtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.postTitle
{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 15px;
}

.postText
{
    font-size: 12px;
    padding-right: 15px;
}

.postFooter
{
    font-size: 11px;
    color: #aaaaaa;
}

.postContainer
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.fileName
{
    font-size: 11px;
    color: #666666;
}

.fileDescription
{
    font-size: 11px;
    color: #333333;
}

.downloadLink:hover
{
    background-color: #cccccc;   
}

.downloadLink
{
    color: #3333ff;
    text-decoration: none;
    font-size: 11px;
}

.downloadsArea
{
    margin-left: 25px;   
}