﻿body 
{
    background: #000000 url(/i/bg.jpg) no-repeat;
    background-attachment:fixed;
    margin-top: 0px;
    margin-left: 0px; 
    text-align: justify;
    font-family: Arial;
    font-size: 12px;
    color:#CCCCCC;
}
.space
{
	height: 15px;	
}
.listLetters
{
	list-style-type: lower-alpha;	
}
.listNumbers
{
	list-style-type: decimal;	
}
.listDisc
{
	list-style-type: disc;	
}
.FormLabelLeft
{
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Times New Roman;
	font-size: 10px;
	color: White;
	font-weight: bold;
}
.FormLabelRight
{
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Times New Roman;
	font-size: 10px;
	color: White;
	font-weight: bold;
}
.txtBoxMed
{
	width: 80px;
	font-family: Arial, Times New Roman;
	font-size: 10px;
}
.NavTd
{
	vertical-align: middle;
	width: 150px; 
	height: 35px;
	background-color: #000000; 
	border-right: 1px solid #666666; 
	text-align: center; 
	font-family: Arial; 
	font-size: 12px; 
	color:#ffffff;
}
.NavTdActive
{
	vertical-align: middle;
	width: 150px; 
	height: 35px;
	background-color: #1e1e1e; 
	border-right: 1px solid #666666; 
	text-align: center; 
	font-family: Arial; 
	font-size: 12px; 
	color:#ffffff;
}
.NavLink
{
	cursor: hand;
	display: block;
	color: White;
	vertical-align: middle;
}
.NavLink:hover
{
	cursor: hand;
	display: block;
	color: White;
	background-color: #1e1e1e;
	vertical-align: middle;
}
