/* issue table of contents */

/* Echoing the Word Title colors */
.etwBg, .etwTitle, .dateTitle
{
	color: #222222;
    font-weight: bold;
	background-color: #FF9900;
}

/* second row issue title background and foreground colours */
.issueTitle, .issueBg
{
	color: #000000;
    font-weight: bold;
	background-color: #ffffff;
	/* bottom line. remove the comment tags */
	border-bottom: 1px solid #FF9900;
}

.borderLine
{
	background-color: #FF9900;
}

.categoryTitle {
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
}

.articleTitle {
    color: #000000;
    font-weight: bold;
}

.articleSubTitle {
    color: #000000;
    font-style: italic;
}


.blurbText {
    color: #333333;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
}

.articleHover, .articleFree {
    background-color: #FFFFCC;
}

.coverarticle
{
    background-image: url(../images/gradient.jpg); background-repeat: no-repeat; background-color: #FFFFFF; background-position: bottom right
}


.dateTitle
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
}

.rule
{
    background-color: #CCCCCC;
}

.aTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.aSubtitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.aAuthor
{
}

.first
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.aH1
{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11pt;
	margin-top: 30px;
	margin-bottom: 7px;
	color: black;
}

.aH2
{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	margin-top: 30px;
	margin-bottom: 7px;
	color: black;	
	font-size: 10pt;
}

.aH3
{
	font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
	margin-top: 30px;
	margin-bottom: 7px;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}

.aAttach
{
    background-color: #DDDDDD;
}

.pMargin
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.Margin10top10bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}
.Margin0bottom {
	margin-top: 15px;
	margin-bottom: 0px;
}
.Margin5top5bottom {
	margin-top: 5px;
	margin-bottom: 5px;
}
.Margin10top25bottom {
	margin-top: 10px;
	margin-bottom: 25px;
}
.Margin1top25bottom {
	margin-bottom: 25px;
	margin-top: 1px;
}
.Margin1top10bottom {
	margin-top: 1px;
	margin-bottom: 10px;
}
.Underline {
	text-decoration: underline;
}
.Margin25top5bottom {
	margin-top: 25px;
	margin-bottom: 5px;
}
.Margin5top25bottom {
	margin-top: 5px;
	margin-bottom: 25px;
}
.aH4ComicSans {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
}
.Margin5top0bottom {
	margin-top: 5px;
	margin-bottom: 0px;
}
