/* CSS Document */

*{
    margin:0;
    padding:0;
}


body {
	margin:0px auto;
	padding:0;
	text-align:center;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	background-color: #EBF6FC;
	color: #09F;
	line-height: 180%;
}

.small{
	font-size:xx-small;
}

.new_txt{
	color:#FF0000;
	font-weight:bold;
}
.txt_red{
	color:#FF0000;
}
.cation_txt{
	font-size:70%;
}

p{
	padding:5px 0;
}


hr{
	display:none;
}

.clear{
	clear:both;
}

.none{
	display:none;
}

a:link,
a:active,
a:visited
{
	color:#E40A7F;
	text-decoration:underline;
}
a:hover{
	color:#F90;
	text-decoration:none;
}

#copyright {
	text-align:center;
	font-size: 9px;
	text-align: center;
	color:#DE0984;
}

#copy {
	padding:20px 0 0 0;
	text-align:center;
	font-size: 80%;
	text-align: center;
	color: #279AD6;
}

