/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #CCCCCC;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p{
	font-size: 16px;
	font-weight: bold;
}

td{
	font-size: 14px;
	font-weight: bold;
}

a{
	font-size: 12px;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/***********************************************/
/* Components                                  */
/***********************************************/

.button {
	font-size: 12px;
	font-weight: bold;
}

.hr1 {
	color: #990000;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
}
