/* Championsway! CSS File */
<STYLE TYPE="text/css" TITLE="style.css">
/**************************************
Main body style
***************************************/
body{
    background-color: white;
	font-family : Arial, Verdana, sans-serif;
    font-size : 10pt;
    font-style : normal;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
     }
td  {
     font-family : Arial, Verdana, sans-serif;
     font-size : 10pt;
     font-style : normal;
     font-weight : normal;
     color : #000000;
     text-decoration : none;
	 }	


/**************************************
title of the page
***************************************/
.title {
		font-family : Arial, Verdana, sans-serif;
        font-size : 18pt;
        font-style : normal;
        font-weight : bolder;
        color : #990033;
        text-decoration : none;
		text-align : center;
       }
	
/**************************************
Title of the article
***************************************/
.subtitle {
				font-family : Arial, Verdana, sans-serif;
                font-size : 12pt;
                font-style : normal;
                font-weight : bolder;
                color : #000000;
                text-decoration : none;
               
}	


/**************************************
content of the article
***************************************/
.content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


/**************************************
Links in the content of the article
***************************************/

a:link {  color: #990033; font-weight : bolder; text-decoration: none}
a:visited {  color: #990033; font-weight: bolder; text-decoration: none}
a:hover {  color: #000000; font-weight: bolder; text-decoration: underline}
a:active {  color: #990033; font-weight : bolder; text-decoration: none}

/**************************************
box Title
***************************************/
.boxtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	line-height: 12px;
	font-weight: bolder;
}

/**************************************
box content
***************************************/
.box {
     font-family : Arial, Verdana, sans-serif;
     font-size : 8pt;
     font-style : normal;
     font-weight : normal;
     color : #000000;
     text-decoration : none;
     }	

/**************************************
Links in the box section
***************************************/
a.box:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
    font-style : normal;
	font-weight: bolder;
	text-decoration: none;
	color: #CC0000;
}

a.box:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
    font-style : normal;
	font-weight: bolder;
	text-decoration: underline;
	color: #000000;
}

/**************************************
footer content
***************************************/
.footer1 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : normal;
    color : #FFFFFF;
    text-decoration : none;
	text-align: center;
               
}	
.footer2 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : bolder;
    color : #FFFFFF;
    text-decoration : none;
	text-align: center;
}


/**************************************
Links in the footer section
***************************************/
a.footer1:link {  color: #FFFFFF; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer1:visited {  color: #FFFFFF; font-weight: bolder; text-decoration: underline}
a.footer1:hover {  color: #000000; font-weight: bolder; text-decoration: underline; text-align: center;}

a.footer2:link {  color: #000000; font-weight : bolder; text-decoration: none}
a.footer2:visited {  color: #000000; font-weight: bolder; text-decoration: underline}
a.footer2:hover {  color: #FFFFFF; font-weight: bolder; text-decoration: underline}

