/* Copyright 2007 NISA Internet and Computer Solutions Limited. All rights reserved. */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	list-style-type: circle;
	margin-top:10px;
	text-align:center;
	min-width: 820px;
}

ul {
	line-height:12pt;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	margin-bottom: -2px;
}

a { font-size: 9pt; color: #000000; font-weight:normal;}
a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; }

#wrapper { 
	top:4px;
	width:820px;
	margin: 0px auto;
	text-align:center;
	padding:2px;
	min-width:830px;
	background-color:#FFFFFF;
	background-image:url(images/spacetrans.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#top { 
	width:820px;
	float: left;
	margin: 0px auto;
	text-align:left;
	height:130px;
	background-image:url(images/bk_top.gif);
	background-repeat:no-repeat;
	background-position:center;
}


#nav {
	width:800px;
	float: none;
	text-align: center;
}



ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style:none;
	width:auto;
}

li { /* all list items */
	float: left;
	position: relative;
	list-style:none;
	width:114px;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 30px;
	left: 0;	
	list-style:none;
	width:auto;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block; background-image:url(images/spacetrans.gif); background-repeat:repeat; 
}



.menu { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#000000; font-weight:bold; border: 1px solid #999999; background-color: #ffffff; line-height:20px; display:block; padding:2px; margin: 2px; }
a.menu:active { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#000000; }
a.menu:link { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#000000; }
a.menu:visited { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#000000; }
a.menu:hover { font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#000000; font-weight:bold; border: 1px solid #999999; background-color: #cccccc; display:block; }


#breadcrumb {
	width:800px;
	float: none;
	text-align: left;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif; font-size:8pt; color: #999999; font-weight:normal;
}
#breadcrumb a:active { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color: #000000; font-weight:normal;}
#breadcrumb a:link { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#000000; font-weight:normal;}
#breadcrumb a:visited { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#000000; font-weight:normal;}
#breadcrumb a:hover { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color: #999999; font-weight:normal;}


#anim {
	width:800px;
	float: none;
	text-align:center;
	margin: 0px auto;
}

#main_block {
	width:800px;
	float: none;
	text-align:left;
	margin: 0px auto;
	padding-top:6px;
	background-color: #ffffff;
}

#main_block p { 
	margin: 0px auto;
	padding-bottom:12px;
	padding-top:6px;}
	
#main_block a { font-size: 9pt; color: #999999; font-weight:bold;}
#main_block a:link { text-decoration: none; color: #000000; }
#main_block a:visited { text-decoration: none; color: #000000; }
#main_block a:active { text-decoration: none; color: #000000; }
#main_block a:hover { text-decoration: none; color: #999999; }



#clear {
	clear: both;
	width:800px;
	margin:0px auto;
	height:4px;
	}

#bottom { 
	width:820px;
	float: left;
	margin: 0px auto;
	text-align:right;
	height:90px;
	background-image:url(images/bk_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#bottom p { padding-right:20px; padding-top:24px; font-family:Arial, Helvetica, sans-serif; font-size:9pt; color: #666666; font-weight:bold;}

#bottom a:active { font-family:Arial, Helvetica, sans-serif; font-size:10pt; color: #000000; font-weight:bold;}
#bottom a:link { font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#000000; font-weight:bold;}
#bottom a:visited { font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#000000; font-weight:bold;}
#bottom a:hover { font-family:Arial, Helvetica, sans-serif; font-size:10pt; color: #999999; font-weight:bold;}

.hidden { display: none; }
.unhidden { display: block; }


#copyright {
	width:820px;
	margin:0px auto;
	float:left;
}

.topfont { font-family:Arial, Helvetica, sans-serif; font-size:12pt; color: #000066; font-weight:bold;}
a.topfont:active { font-family:Arial, Helvetica, sans-serif; font-size:12pt; color: #FF9900; font-weight:bold;}
a.topfont:link { font-family:Arial, Helvetica, sans-serif; font-size:12pt; color:#FF9900; font-weight:bold;}
a.topfont:visited { font-family:Arial, Helvetica, sans-serif; font-size:12pt; color:#FF9900; font-weight:bold;}
a.topfont:hover { font-family:Arial, Helvetica, sans-serif; font-size:12pt; color: #000066; font-weight:bold;}

.med { font-family:Arial, Helvetica, sans-serif; font-size:11pt; color: #000066; font-weight:bold;}
a.med:active { font-family:Arial, Helvetica, sans-serif; font-size:11pt; color: #FF9900; font-weight:bold;}
a.med:link { font-family:Arial, Helvetica, sans-serif; font-size:11pt; color:#FF9900; font-weight:bold;}
a.med:visited { font-family:Arial, Helvetica, sans-serif; font-size:11pt; color:#FF9900; font-weight:bold;}
a.med:hover { font-family:Arial, Helvetica, sans-serif; font-size:11pt; color: #000066; font-weight:bold;}

.sm { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color: #999999; font-weight:normal;}
a.sm:active { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color: #FF9900; font-weight:normal;}
a.sm:link { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#FF9900; font-weight:normal;}
a.sm:visited { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#FF9900; font-weight:normal;}
a.sm:hover { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color: #000066; font-weight:normal;}

.image_padding {
	padding:4px;
	background-color:#E5E5E5;
}

.padding { padding: 8px;}
.padding4 { padding: 4px;}
.border { border: 1px solid #666666;}

.tinyfont { font-family: Arial, Helvetica, sans-serif; font-size:8pt; color: #666666; font-weight:normal;}

.copy { font-family: helvetica, arial; font-size:8pt; color: #666666; font-weight:normal;}

.nisafont { font-family:Arial, Helvetica, sans-serif; font-size:7pt; color: #999999; font-weight:normal;}
a.nisafont:link {font-family:Arial, Helvetica, sans-serif; font-size:7pt; text-decoration:none; color:#999999; font-weight:normal;}
a.nisafont:active {font-family:Arial, Helvetica, sans-serif; font-size:7pt; text-decoration:none; color:#999999; font-weight:normal;}
a.nisafont:visited {font-family:Arial, Helvetica, sans-serif; font-size:7pt; text-decoration:none; color:#999999; font-weight:normal;}
a.nisafont:hover {font-family:Arial, Helvetica, sans-serif; font-size:7pt; text-decoration:none; color:#999999; font-weight:normal;}


