body {
	background-color: #020609;
   	font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 11px;
	color: #ffffff;
	margin: 0px;
	background-image: url(../images/bg.jpg);
}

a{
	color: #ff0000;
	font-size: 11px;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
}

a:active{
   color: #ffffff;
   text-decoration: underline;
}

a:visited{
   color: #ff0000;
   text-decoration: none;
}

a.link{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

a.link:hover{
	color: #ff0000;
	text-decoration: underline;
}

a.link:active{
   color: #ff0000;
   text-decoration: underline;
}

a.link:visited{
   color: #ffffff;
   text-decoration: none;
}

.title{
   color: #dddddd;
   font-size: 16px;
   font-weight: bold;
}

.big{
   color: #ffffff;
   font-size: 14px;
   font-weight: bold;
}

img {
	margin: 5px;
	border: 0;
}

img-news {
	margin: 10px;
	border: 0;
	float: left;
}

p {
    text-align: left;
    font-size: 11px;
}

p.copyright {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.err {
	text-align: center;
	color: #cc0000;
	font-size: 11px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

input[type=submit], input[type=reset], input[type=button] {
	border-color: #cc0000;
    border-style: solid;
    border-width: 1px;
    background-color: #990000;
    color: #ffffff;
    font-size: 11px;
    padding-bottom: 1px;
    padding-top: 1px;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background-color: #990000;
	color: #ffffff;
}

input[type=text], input[type=password] {
    background-color: #ffffff;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
	color: #cc0000;
}

textarea {
    background-color: #ffffff;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
	color: #cc0000;
}

hr {
	margin: 5px;
	border: 0px;
	background-image: url(../images/line.jpg);
	height: 10px;
	background-repeat: repeat-x;
}
