/* general styles */
body{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333;
	background-color : #CCC;
	background-image : url(../images/home/bg.gif);
	background-repeat : repeat-y;
}
td,p,li{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333;
}

/* redefined elements */
h1{

}
h2{

}
input, select{

}

/* hypertext styles */
A {color : #000;}
A:ACTIVE{color : #000;}
A:HOVER{color : #000;}
A:LINK{color : #000;}

A.bc{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color:#FFF;
	text-decoration : none;}
A.bc:LINK{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color:#FFF;
	text-decoration : none;
}
A.bc:HOVER{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color:#FFF;
	text-decoration : underline;
}

A.footer{}
A.footer:LINK{}
A.footer:HOVER{}


/* custom classes */
.bc{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color:#FFF;
	vertical-align : text-bottom;
}
.footer{

}
.sm{	

}
.gold{
	background-color : #CC6;
}
.wht{
	background-color : #FFF;
}
.lg{	
	font-size : 12px;
}
.note{	
	font-size : 13px;
	font-style : italic;
	font-weight : bold;
	color : red;
}


/* CSS Document */

