
/* basic elements */
body { 
	font: 9pt/16pt arial;
	text-align: left;
	text-decoration: none;
	background-color: #FFF;
	color: #9191FF; 
	}

p { 
	font: 8pt/16pt verdana; 
	text-align: left;
	margin-left: 20px;
	}

h1 { 
	font: 12pt verdana; 
	text-align: left;
	margin-left: 15px;
	letter-spacing: 1px; 
	color: #7D775C;
	}

h2 { 
	font: 10pt verdana; 
	text-align: left;
	margin-left: 18px;
	color: #7D775C;
	}

a:link { 
	text-decoration: none; 
	color: #000;
	}

a:visited { 
	text-decoration: none; 
	color: #000;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #9685BA;
	}

table {
	}

td {
	padding: 1;
	font: 8pt/16pt verdana;
	}

/* specific divs */


#user {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 200px;
	height: 16px;
	color: #9191FF; 
	}

#logo {
	font: bold 28pt verdana; 
	position: absolute;
	top: 5px;
	left: 555px;
	width: 150px;
	height: 30px;
	}	

#logo2 {
	font: bold 12pt verdana; 
	color: #666;
	position: absolute;
	top: 34px;
	left: 612px;
	width: 150px;
	height: 20px;
	}	

#logo3 {
	font: bold 28pt verdana; 
	position: absolute;
	top: 5px;
	left: 710px;
	width: 50px;
	height: 50px;
	}	

#button1 {
	position: absolute;
	top: 60px;
	left: 50px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab.jpg);
	}	

#button1sel {
	position: absolute;
	color: black;
	top: 60px;
	left: 50px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab_sel.jpg);
	}	

#button2 {
	position: absolute;
	top: 60px;
	left: 141px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab.jpg);
	}	

#button2sel {
	position: absolute;
	color: black;
	top: 60px;
	left: 141px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab_sel.jpg);
	}	

#button3 {
	position: absolute;
	top: 60px;
	left: 232px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab.jpg);
	}	

#button3sel {
	position: absolute;
	color: black;
	top: 60px;
	left: 232px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab_sel.jpg);
	}

#button4 {
	position: absolute;
	top: 60px;
	left: 323px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab.jpg);
	}	

#button4sel {
	position: absolute;
	color: black;
	top: 60px;
	left: 323px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab_sel.jpg);
	}	

#button5 {
	position: absolute;
	top: 60px;
	left: 414px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab.jpg);
	}

#button5sel {
	position: absolute;
	color: black;
	top: 60px;
	left: 414px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab_sel.jpg);
	}

#button9 {
	position: absolute;
	top: 60px;
	left: 505px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab.jpg);
	}

#button9sel {
	position: absolute;
	color: black;
	top: 60px;
	left: 505px;
	width: 91px;
	height: 22px;
	background-image: url(../images/tab_sel.jpg);
	}

#container { 
	overflow: auto;
	text-align: left;
	position: absolute;
	top: 81px;
	left: 50px;
	height: 680px;
	width: 720px;
	background-color: #EEE;
	border: 1px solid #9191FF;
	}

#content { 
	text-align: left;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 670px;
	width: 710px;
	}

