body {
		margin: 0px;
 		background-color: #333333;
		color: #848484;
		font-family : Arial, Verdana, Helvetica, sans-serif; 
		text-align: left;
		font-size: 9pt;
		width: 100%;
		height: 100%;
}
td {
		font-family : Arial, Verdana, Helvetica, sans-serif; 
		font-size: 9pt;
}

a,a:active,a:visited {
		color: #B6B4BF; 
		text-decoration: none;
		font-weight: bold;
}
a:hover {
		color: #FFFFFF; 
		text-decoration: underline;
}
a.menu,a.menu:active,a.menu:visited {
		color: #848484; 
}
a.menu:hover {
		color: #A4A4A4; 
		text-decoration: none;
}
input, textarea, select {
		padding: 2px 4px 2px 4px;
		margin: 1px;
		color: #CCCCCC;
		border-top: 1px solid #4B4B4B;
		border-right: 1px solid #7B7B7B;
		border-bottom: 1px solid #7B7B7B;
		border-left: 1px solid #4B4B4B;
		background-color: #646464;
		font-family : Arial, Helvetica, sans-serif; 
		font-size: 9pt;
}
input.input, textarea.input, select.input {
		border-top: 1px solid #7B7B7B;
		border-right: 1px solid #4B4B4B;
		border-bottom: 1px solid #4B4B4B;
		border-left: 1px solid #7B7B7B;
}

img.blackborder {
		position: relative;
 		background-color: #000000;
		border: 1px solid #000000;
}
.small { 
		font-size : 7pt;
		font-family: tahoma;
}
.title {
		color: #FFFFFF; 
		text-decoration: none;
		font-weight: bold;
}