/* page styles */
img {
	border: 0;
}

body {  
	font-size: 10px;
	background-color: #005;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.main {
	background-color: #000000;
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

table.textfield {
	height: 100%;
}

div.main {
}

td { 
	background-color: #000000; 
	color: #FFF; 
	font-size: 10px;
}

em {
	margin-left: -20px;
}

p.em {
	margin-left: 20px;
}

/* normal link */
a:link {  
	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

a:active {  
	text-decoration: underline; 
	color: #666; 
	font-weight: bold;
}

a:visited {  
	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

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

td.textfield {
	background-color: #222;
}

/* work */

td.worktitle {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

td.workscreen {
	text-align: center;
}

td.workdesc { 
}

/* menu styles */

td.menu {
	width: 150px;
	vertical-align: top;
}
td.menutitle {
	background-color: #303;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

td.menuitem {
	background-color: #030;
	text-align: center;
	font-size: 12px;
}

a.menuitem {
	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
}

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

a.menuitemsel {
	text-decoration: none; 
	color: #FFF; 
	font-weight: bold;
	font-style: italic;
}

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


#lang {
	text-align: right;
}