/* Championsway! CSS File */

/**************************************
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;
	 }	

h1 {
		font-family : Arial Narrow, Arial, Verdana, sans-serif;
        font-size : 16pt;
        font-style : normal;
        font-weight : bolder;
        color : #000000;
        text-decoration : none;
		text-align : left;
       }

/**************************************
title of the page
***************************************/
h1.title1 {
		font-family : Arial Narrow, Arial, Verdana, sans-serif;
        font-size : 16pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFFFF;
        text-decoration : none;
		text-align : left;
       }
h1.title2 {
		font-family : Arial Narrow, Arial, Verdana, sans-serif;
        font-size : 16pt;
        font-style : normal;
        font-weight : bolder;
        color : #FF6600;
        text-decoration : none;
		text-align : left;
       }

h3 {
		font-family : Arial Narrow, Arial, Verdana, sans-serif;
        font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #000000;
        text-decoration : none;
		text-align : left;
       }
/**************************************
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
***************************************/
content1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

content2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/**************************************
Links in the content of the article
***************************************/

a:link {  color: #FF6600; font-weight : bolder; text-decoration: none}
a:visited {  color: #FF6600; font-weight: bolder; text-decoration: none}
a:hover {  color: #000000; font-weight: bolder; text-decoration: underline}
a:active {  color: #FF6600; font-weight : bolder; text-decoration: none}

a.2:link {  color: #FFFFFF; font-weight : bolder; text-decoration: none}
a.2:visited {  color: #FFFFFF; font-weight: bolder; text-decoration: none}
a.2:hover {  color: #000000; font-weight: bolder; text-decoration: underline}
a.2:active {  color: #FFFFFF; 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
***************************************/
.box1 {
     font-family : Arial, Verdana, sans-serif;
     font-size : 8pt;
     font-style : normal;
     font-weight : normal;
     color : #FFFFFF;
     text-decoration : none;
     }	
.box2 {
     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.box1:link {  color: #FFFFFF; font-weight : bolder; text-decoration: none; text-align: center;}
a.box1:visited {  color: #FFFFFF; font-weight: bolder; text-decoration: underline; text-align: center;}
a.box1:hover {  color: #000000; font-weight: bolder; text-decoration: underline; text-align: center;}


a.box2:link {  color: #FF6600; font-weight : bolder; text-decoration: none; text-align: center;}
a.box2:visited {  color: #FF6600; font-weight: bolder; text-decoration: underline; text-align: center;}
a.box2:hover {  color: #000000; font-weight: bolder; text-decoration: underline; text-align: center;}

/**************************************
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 : #000000;
    text-decoration : none;
	text-align: center;
}


/**************************************
Links in the footer section
***************************************/
a.footer1:link {  color: #FF6600; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer1:visited {  color: #FF6600; font-weight: bolder; text-decoration: underline; text-align: center;}
a.footer1:hover {  color: #000000; font-weight: bolder; text-decoration: underline; text-align: center;}

a.footer2:link {  color: #FF6600; font-weight : bolder; text-decoration: none}
a.footer2:visited {  color: #FF6600; font-weight: bolder; text-decoration: underline}
a.footer2:hover {  color: #000000; font-weight: bolder; text-decoration: underline}
