* {
	font-size: 8pt;
	color: Black;
	font-family: Tahoma,Arial,Sans-Serif;
}


body {
	color: #333333;
}


a {
	color: #3366EE;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color: #3366EE;
	font-weight:bold;
	text-decoration:underline;
}

th
{
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-align:left;
	vertical-align:bottom;
}

td {
	color: #666666;
}

h2 {
	font-weight: bold;
	font-size: 13pt;
	color: black;
}

input, select, textarea {
	color       : #333333;
}


/* Classes */

.alternate
{
	background-color: #f5f5f5;
}

.plain 
{
	font-size: 8pt;
	color: Black;
	font-family: Tahoma,Arial,Sans-Serif;
	font-weight: normal;
}

.RightPad 
{
	padding-right:5px;
}

a.plain:hover
{
	font-size: 8pt;
	color: Black;
	font-family: Tahoma,Arial,Sans-Serif;
	font-weight: normal;
	text-decoration:underline;

}

.SubHeader
{
	color: #2449A1;
	font-size: 10pt;
	elevation: lower;
	font-weight: bold;
}

/* rem.cs 

.file
{
	font-size: 8pt;
	color: #888888;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
	text-decoration:none;
}

.file:hover
{
	font-size: 8pt;
	color: #888888;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
	text-decoration:underline;
}



.Title
{
	font-weight: bold;
	font-size: 30pt;
	text-transform: none;
	color: navy;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: small-caps;
}

.Title:hover
{
	font-weight: bold;
	font-size: 30pt;
	text-transform: none;
	color: navy;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: small-caps;
	text-decoration: none;
}

.Mandatory
{
	color : red;
}



table.main
{
	border           : #8899aa 2px solid;
	background-color : white;
}

th.main
{
	background-color : #bbccdd;
	font-size        : 9pt;
	font-family      : Arial, Verdana, Sans-Serif;
	font-weight      : bold;
	text-align       : left;
	color            : #333333;
	padding          : 3;
}

tr.lightRow
{
	background-color : white;
	height: 30px;
}

tr.darkRow
{
	background-color : whitesmoke;
	height: 30px;
}

td.errorsCell
{
	border-bottom    : whitesmoke 1px solid;
	background-color : white;
	text-indent      : 5px;
}

td.fieldHeader
{
	font-size   : 8pt;
	font-family : Arial, Verdana, Sans-Serif;
	font-weight : bold;
	text-align  : right;
	color       : #333333;
}

td.roFieldHeader
{
	background-color : whitesmoke;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family : Arial, Verdana, Sans-Serif;
	font-weight : bold;
}

td.roField
{
	background-color : #ccddee;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family : Arial, Verdana, Sans-Serif;
}

th.columnHeader
{
	background-color : #8899AA;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
	text-decoration: none;
}

a.columnHeaders
{
	background-color : #8899AA;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
	text-decoration: none;
}

td.menuHeader
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
	background-color: gray;
	text-decoration: none;
}

td.menuHeaderSelected
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
	background-color: #6699cc;
	text-decoration: none;
}

a.menuItem
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: 'Arial';
	text-decoration: none;
}

a.menuItem:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: 'Arial';
}
*/
/* AMTS.css 


.rightMenu 
{
	width: 125px;
	vertical-align:middle;
}

.label 
{
	width: 175px;
	text-align: right;
	vertical-align:middle;
	font-weight: bold;
	padding-right:5px;
}

.gray
{
	background-color: #f0f9f0;
}
*/
/* main.css 

.file
{
	font-size: 8pt;
	color: #888888;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
	text-decoration:none;
}

.file:hover
{
	font-size: 8pt;
	color: #888888;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
	text-decoration:underline;
}


.Title
{
	font-weight: bold;
	font-size: 30pt;
	text-transform: none;
	color: navy;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: small-caps;
}

.Title:hover
{
	font-weight: bold;
	font-size: 30pt;
	text-transform: none;
	color: navy;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: small-caps;
	text-decoration: none;
}

.Mandatory
{
	color : red;
}




table.main
{
	border           : #8899aa 2px solid;
	background-color : white;
}

th.main
{
	background-color : #bbccdd;
	font-size        : 9pt;
	font-family      : Arial, Verdana, Sans-Serif;
	font-weight      : bold;
	text-align       : left;
	color            : #333333;
	padding          : 3;
}

tr.lightRow
{
	background-color : white;
	height: 30px;
}

tr.darkRow
{
	background-color : whitesmoke;
	height: 30px;
}

td.errorsCell
{
	border-bottom    : whitesmoke 1px solid;
	background-color : white;
	text-indent      : 5px;
}

td.fieldHeader
{
	font-size   : 8pt;
	font-family : Arial, Verdana, Sans-Serif;
	font-weight : bold;
	text-align  : right;
	color       : #333333;
}

td.roFieldHeader
{
	background-color : #8899AA;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family : Arial, Verdana, Sans-Serif;
	font-weight : bold;
}

td.roField
{
	background-color : #ccddee;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family : Arial, Verdana, Sans-Serif;
}

th.columnHeader
{
	background-color : #8899AA;
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
	text-decoration: none;
}

td.menuHeader
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
	background-color: gray;
	text-decoration: none;
}

td.menuHeaderSelected
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: 'Arial';
	background-color: #6699cc;
	text-decoration: none;
}
*/
