/* Championsway! CSS File */

/**************************************
Main body style
***************************************/
body{
	background-color:ADC7E8;

	background-image:;
	background-repeat:;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


/**************************************
title of the page
***************************************/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFF66;
	font-weight: bolder;
}

/**************************************
Title of the article
***************************************/
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
	text-transform: capitalize;
	font-style: normal;
}

/**************************************
content of the article
***************************************/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;

}


/**************************************
Links in the content of the article
***************************************/
a.link,a.link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
}

a.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}

/**************************************
box Title
***************************************/
.boxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	line-height: 19px;

}

/**************************************
box content
***************************************/
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	line-height: 19px;
}


/**************************************
Links in the box section
***************************************/
a.box,a.box:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCA;
}

a.box:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

/**************************************
footer content
***************************************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	line-height: 19px;

}


/**************************************
Links in the footer section
***************************************/
a.footer,a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCA;
}

a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.maintable {
	border: 1px solid #666666;
	background-color: #000000;
}
.table1 {
	border: 1px none #999999;
	background-color: #79B5D7;
	margin: 0px;
	padding: 5px;
	background-attachment: fixed;
	background-image: url(../images/top1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.table2 {
	border: 1px solid #999999;
	padding: 5px;
}
