/************* Tag Override *************/



* {

	margin: 0;

	padding: 0;

}



body,td,th {

	font-size: 90%;

	line-height: 1.5;

	color: #2F2F2F;

}



body {

	line-height: 1.5;

	background: #FFFFFF;

}



img {

	border-style: none;

}



a:link {

	color: #336699;

	text-decoration: none;

}

a:visited {

	color: #4F667D;

	text-decoration: none;

}

a:hover {

	color: #3366CC;

	text-decoration: underline;

}





/************* Common Styles *************/



.center {

	text-align: center;

}

.left {

	text-align: left;

}

.right {

	text-align: right;

}

.clear {

	clear: both;

}

.clear hr {

	display: none;

}

.note {

	font-size: 80%;

	color: #666666;

}



.BCcccccc {

	background-color:#cccccc;

}



.BC666666 {

	background-color:#666666;

}



.Cffffff {

	color:#ffffff;

}



.Cff0000 {

	color:#ff0000;

}



