/* Global Styles */
body
{
    margin: 0;
    padding: 0;
    font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #3f3c30;
    background-color: #f8f8f8;
}

body.iframe
{
    background-color: white;
    margin: 10px;
}

h1, h2
{
	font-size: 14px;
	color: #3f3c30;
}

h3
{
	font-size: 12px;
	color: #880000;
}

h4
{
    font-size: 10px;
    font-weight: bold;
}

a, a:link, a:visited
{
	color: #880000;
	text-decoration: none;
}

a:hover
{
	color: #880000;
	text-decoration: underline;
}

img
{
	border: none;
}

li
{
    padding-bottom: .5em;
}

/* Legacy Styles */
.newsimage
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.newsimage2
{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}

.fine
{
	font-size: 10px;
	line-height: 13px;
}


/* style ids used for Ath Fortnightly */
#title {font-family: Arial, Verdana, sans-serif; font-size: 14px; font-style: italic; color: #000000;}
#name {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #880000;font-weight: bold;}
#date {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000;font-weight: bold;}
#tx {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000;}


/* CMC Magazine Styles */
.indentp {text-indent: 20px;}


/* Id-specific Styles */
#cmc_content
{
    margin: 0;
    padding-left: 10px;
	padding-right: 10px;
    overflow: hidden;
    width: 780px;
    float: right;
}


