/* General */
body {
	font-family:Verdana, Arial;
	font-size:8pt;
	margin:0px;
	padding:0px;
	line-height:1.5;
}

a, a:visited {
	text-decoration:none;
	color:#777777;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:11pt;
}

h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:10pt;
}

h3 {
	margin:0px;
	padding:0px;
	font-size:9pt;
}


/* Header */



/* Content */
#thepage {
	width:800px;
	margin:2px auto;
}

#leftcont, .leftcont {
	width:150px;
}
.leftcont {
	border:1px solid #dddddd;
}

#midcont {
	padding:0 25px;
	margin:0 0 0 0;
}
.midcont , #midcont {
	color:black
	font-size:9pt;
}
.midcont {
	border:1px solid #dddddd;
}

.midcont tr {
	text-align:left;
}
.midcont th {
	background:#555555;
	text-align:center;
	color:#eeeeee;
}

#rightcont {
	width:270px;
	height:300px;
}

.theadsense1 {
	width:336px;
	height:280px;
	margin:0 auto;
}
.theadsense2 {
	width:468px;
	height:60px;
	margin:0 auto;
	padding:0px 0 10px;
}
.theadsense3 {
	width:234px;
	height:60px;
}

.thegap {
	width:20px;
}

#leftcont ul {
	list-style-type:none;
}
#leftcont ul li {
	margin:0 0 5px 0;
}
#leftcont a, #leftcont a:visited {
	color:#111111;
}


/* Footer */
#footer {
	color:black;
	padding:10px;
	border-top:1px solid #cccccc;
}


/* Other */
#banner {	
	height:35px;
	background:url(images/banner.jpg) center;
	margin-bottom:10px;
}

h1.home-title {
	margin:0px;
	padding:0 0 0 10px;
	font-size:13pt;
}

.international {
	color:#333333;
	border-collapse:collapse;
}
.international th {
	color:#eeeeee;
	background:#777777;
}
.international td, .international th {
	border:1px dotted #3A2D32;
}
th.titleindex {
	background:#17151C;
	color:#bbbbbb;
}

.watchscreen {
	color:#666666;
	border-collapse:collapse;
}
.watchscreen th {
	color:#eeeeee;
	background:#555555;
	padding:10px 0;
}
.watchscreen td, .watchscreen th {
	border:1px solid #dddddd;
}
th.titleindex {
	background:#17151C;
	color:#bbbbbb;
}

.loginbox {
	color:black;
	padding:3px 0px;
	border:2px solid #cccccc;
	background:#eeeeee;
}
.loginbox input {
	font-size:8pt;
	font-family:Verdana;
}

a.special, a.special:visited {
	color:white;
}
a.special:hover {
	text-decoration:underline;
}

.error {
	color:crimson;
}