﻿@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #990000;
	background-image:url(images/bg.jpg);
}

.imageborder
{
  border:0px;
}

.content{
	font-family:Arial;
	color: #000000;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	padding:0px;
	text-align:justify;
}

.bold{
	font-family:Arial;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	padding:0px;
	text-align:justify;
}

.heading{
	font-family:Arial;
	color:#651900;
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	padding:0px;
	text-align:justify;
}


.link{
	font-family:Arial;
	color:#651900;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding:0px;
	text-decoration:none;
}
.errortext1{
	border:1px red solid;
}
.err{
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:10px;
}
.link a{color:#651900;}
.link a:hover{color:#000000;}

.footer {font-family: Tahoma; font-size: 12px; color: #999999;}
.footerlink {font-family: Tahoma; font-size: 12px; color: #FF3366; text-decoration:none;}
.footerlink:hover {font-family: Tahoma; font-size: 12px; color: #999999; text-decoration:none;}
