body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 18px;
	color:#FF0000
}

h2 {
	font-size:16px;
	color:#FF0000
}

input {
	border: 1 solid #000000;

	font-weight:bold
}

a:link {
	color:#0000ff;
	text-decoration: none;
}
a:visited {
	color:#0000ff;
	text-decoration: none;
}
a:hover {
	color:#0000ff;
	text-decoration: underline;
}
a:active {
	color:#0000ff;
	text-decoration: none;
}

.xrepeat {
	background-repeat: repeat-x;
}
.small_red {

	font-weight: bold;
	color: #FF3300;
	font-size: 10px;
}
.big_red {

	font-size: 24px;
	font-weight: bold;
	color: #FF3300;
}
.yrepeat {

	background-repeat: repeat-y;
}
.light_text_link {
	color: #FFFFFF;
}
a.light_text_link:active{
	color:			#FFFFFF;
	text-decoration: none;
}
a.light_text_link:link{
	color:			#FFFFFF;
	text-decoration: none;
}
a.light_text_link:visited{
	color:			#FFFFFF;
	text-decoration: none;
}
a.light_text_link:hover{
	color:			#FFFFFF;
	text-decoration: underline;
}
a.white:link {
	text-decoration: none;
	color:#FFFFFF
}
a.white:visited {
	text-decoration: none;
	color:#FFFFFF
}
a.white:hover {
	text-decoration: underline;
	color:#FFFFFF
}
a.white:active {
	text-decoration: none;
	color:#FFFFFF
}
