body {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: arial;
 font-size: 12px;
 background-color: #6b6b6b;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9a0000;
}
ul {
	list-style-image: url(../images/D.jpg);
}


.navbg {
  background-image: url(../images/navbg.jpg);
  background-repeat: repeat-x;
}

.footerbg {
  background-color: #990000;
}

.navigation {
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.navigation a:link{
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.navigation a:hover{
  font-family: arial;
  font-size: 12px;
  color: #a39f9f;
  font-weight: bold;
  text-decoration: none;
}

.navigation a:visited{
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.textbg {
  background-image: url(../images/textbg.jpg);
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right bottom;
}

.whitebg {
  background-color: #ffffff;
}

.txtlnk {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
.contactname {
	font-size: 12px;
	font-weight: bold;
}


.txtlnk a:link {
   font-size: 10px;
   color: #000000;
   text-decoration: none;
}

.txtlnk a:hover {
  font-size: 10px;
  color: #990000;
  text-decoration: none;
}

.txtlnk a:active {
  font-size: 10px;
  color: #6b6b6b;
  text-decoration: none;
}

.txtlnk a:visited {
  font-size: 10px;
  color: #990000;
  text-decoration: none;
}

.copyright {
  font-size: 10px;
  color: #ffffff;
}
.contact {
  font-size: 10px;
}

.awslnk {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}

.awslnk a:link {
   font-size: 10px;
   color: #ffffff;
   text-decoration: none;
}

.awslnk a:hover {
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
}

.awslnk a:active {
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
}

.awslnk a:visited {
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
}a:link {
	color: #9a0000;
	text-decoration: underline;
}
a:hover {
	color: #9a0000;
	text-decoration: none;
}
a:visited {
	color: #9a0000;
	text-decoration: underline;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9a0000;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}

/*------------------------- begin styles for new mainpage ---------------------------*/
body#mainpage{
	background:#121212 url(../images/background-mainpage.gif) left top repeat-x;
}
#intro{
	width:850px;
	margin:0 auto;
	padding:1px 0 0 0;
}