/* Generic CSS */

body,p,table,tr,td,ul,ol,li,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	font-size: 11px;
	text-align: justify;
}

td {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
}

li { list-style-position: outside; }

body { margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px;background: #AAAAAA;}

h1 { font-size: 18px; font-weight: bold; color: #C10D00;display: inline; }
h2 { font-size: 14px; font-weight: bold; color: #000000; display: inline; }
h3 { font-size: 9px; font-weight: normal; color: #000000; display: inline; }

a { color: #FFFFFF;text-decoration: none; font-weight: bold; }
a:hover { color: #FFFFFF;text-decoration: underline; }

.formText,.submit,.reset,.button {
  	font-family: Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-variant: normal;
  	line-height: normal;
  	font-size: 10px;
	border: 1px solid #000000;
}
.formText { color: #000000;overflow: hidden; }
.submit { font-weight: bold; background-color: #257B92; color: #FFFFFF; cursor: pointer; }
.reset { font-weight: normal; background-color: #FFFFFF; color: #999999; cursor: pointer; }
.button { font-weight: normal; background-color: #FFFFFF; color: #999999; cursor: pointer; }

div,img {padding: 0px;margin: 0px;border: 0px;}

/* Object Specific CSS */

.centerdiv {text-align: center;margin: 0px auto 0px auto;}
.containerdiv {width: 900px;margin: 0px auto 0px auto;}
.header {text-align: right;position: relative;width: 900px;height: 140px;border-style: solid;border-color: #333333;border-width: 0px 1px 1px 1px;}
.content {text-align: justify;position: relative;width: 700px;background: #777777;border: 1px solid #333333;float: left;margin-bottom: 10px;}
.adverts {text-align: center;position: relative;width: 180px;background: #777777;border: 1px solid #333333;float: right;margin-bottom: 10px;padding: 5px 0px 0px 0px;}
.footer {text-align: center;position: relative;width: 900px;background: #777777;border: 1px solid #333333;clear: both;}

.menudiv {position: absolute;top: 0px;right: 5px;}
.menuspan {border: 1px solid #333333;color: #FF6600;background: #555555;padding: 4px 5px 2px 5px;margin: 0px 5px 0px 0px;}
.menuspanselected {border: 1px solid #333333;color: #FF6600;background: #555555;padding: 4px 5px 2px 5px;margin: 0px 5px 0px 0px;}
.menuspan:hover {border: 1px solid #FF6600;}
.menu,.menu:hover {color: #FFFFFF;font-weight: normal;}

.date {position: absolute;top: 119px;right: 0px;color: #FF6600;border-width: 1px 0px 0px 1px;border-style: solid;border-color: #333333;padding: 4px 5px 2px 5px;background: #555555;}
.welcome {position: absolute;top: 0px;left: 0px;text-align: left;width: 166px;border-style: solid;border-color: #333333;border-width: 0px 1px 1px 0px;color: #FF6600;background: #555555;padding: 4px 5px 2px 5px;}
