/* CSS Document */

body{
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y; background-attachment: scroll;
	margin-left: 30px;
}
a {
	color: #0066FF;
	text-decoration: underline;

}
a:hover {
	color: #003399;

}
table {
	font-size: 15px;
}
.font-size {
	font-size: 12px;
}
.link-color {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;



}
.back-yellow {
	background-color: #FFFF00;
}
.fontsize {
	font-size: 13px;
}
.back-red {
	background-color: #FFB0B3;
}
.h1size {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
