@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------------------------*/
body {
	text-align: center;
	background-color: #BC0926;
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	text-decoration: none;
	line-height: 22px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px
}
/*----------------------------------------------------------------------------------------------*/
a{
	border:none;
}
/*----------------------------------------------------------------------------------------------*/
img{
	border:none;
}
/*----------------------------------------------------------------------------------------------*/
.text{
	text-align:left;
	margin:20px;
}
/*----------------------------------------------------------------------------------------------*/
.content{
	position:absolute;
	width:700px;
	margin-top:0px;
	margin-left:216px;
	background-color:#FFFFFF;
}
/*----------------------------------------------------------------------------------------------*/
.big{
	font-size: 14px;
	font-weight: bold;
	color: #BB0926;
}
/*----------------------------------------------------------------------------------------------*/
.small{
	color: #BC0926
}
/*----------------------------------------------------------------------------------------------*/
.link{
	position:fixed;
	margin-top: 500px;
	margin-bottom:20px;
	margin-left:890px;
}
a:link {
	color: #BC0926;
	text-decoration: underline;
}
a:visited{
	color: #BC0926;
	text-decoration: underline;
}h1 {
	font-size: 18px;
	color: #BC0926;
}
