body
{
}
.headerURL
{
	font-size: 12px;
	color: navy;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.headerURLASI
{
	font-size: 11px;
	color: #0099cc;
	font-family: Arial;
	text-decoration: none;
}

.headerURL:hover
{
	color: #de5e02;text-decoration:underline
}
.SelectButton
{
	cursor: hand;
}

.pageTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #00008b;
	font-family: Arial;
	text-decoration: none;
}
.pageTitleOther
{
	font-weight: bold;
	font-size: 18px;
	color: #009900;
	font-family: Arial;
	text-decoration: underline;
}
.pageTitleASI
{
	font-weight: bold;
	font-size: 16px;
	color: #0099cc;
	font-family: Arial;
	text-decoration: none;
}
.pageSubTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #00008b;
	font-family: Arial;
	text-decoration: none;
}
.pageSubTitleU
{
	font-weight: bold;
	font-size: 13px;
	color: #00008b;
	font-family: Arial;
	text-decoration: underline;
}
.pageSubTitleASI
{
	font-weight: bold;
	font-size: 13px;
	color: #0099cc;
	font-family: Arial;
	text-decoration: none;
}
.BodyMenuItem
{
	font-weight: normal;
	font-size: 13px;
	color: navy;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
}
.BodyMenuItemBold
{
	font-weight: bold;
	font-size: 13px;
	color: navy;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
}

.BodyMenuItem:hover
{
	color: #de5e02;text-decoration:underline
}
.BodySmallText
{
	font-size: 11px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.BodyText
{
	font-size: 13px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.BodyTextLong
{
	font-size: 13px;
	color: black;
	font-family: Arial;
	text-decoration: none;
	width:150px;
}
.BodyTextRed
{
	font-size: 11px;
	color: red;
	font-family: Arial;
	text-decoration: none;
}
.BodyURL
{
	font-size: 11px;
	font-family: Arial;
}
.DataGrid
{
	font-size: 11px;
	font-family: 'Microsoft Sans Serif';
}
.EULATextBox
{
	width: 469px;
	height:269px;
	font-family:Arial;
	font-size:11px;
	background-color:#FFFFD5;
	
}
.Button
{
	font-weight: bold;
	font-size: 13px;
	width: 80px;
	color: black;
	font-family: Arial;
	height: auto;
	background-color:#C0FFC0;
	cursor:hand;
}
.ASIButton
{
	font-weight: bold;
	font-size: 13px;
	width: 80px;
	color: white;
	font-family: Arial;
	height: auto;
	background-color:#0099cc;
	cursor:hand;
}
.ButtonLonger
{
	font-weight: bold;
	font-size: 13px;
	width: 120px;
	color: black;
	font-family: Arial;
	height: auto;
	background-color:#C0FFC0;
	cursor:hand;
}
.ASIButtonLonger
{
	font-weight: bold;
	font-size: 13px;
	width: 120px;
	color: white;
	font-family: Arial;
	height: auto;
	background-color:#0099cc;
	cursor:hand;
}
.BodyTextBold
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.TextBox
{
	width: 160px;
	height:19px;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxBold
{
	width: 160px;
	height:19px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;		
}
.TextBoxLong
{
	width: 250px;
	height:18px;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxLongBold
{
	width: 200px;
	height:18px;
	font-family:Arial;
	font-size:11px;		
	font-weight:bold;
}
.TextBoxLonger
{
	width: 300px;
	height:18px;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxLongest
{
	width: 650px;
	height:18px;
	font-family:Arial;
	font-size:12px;		
}
.TextBoxShort
{
	width: 100px;
	height:18px;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxShortest
{
	width: 50px;
	height:18px;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxDataGrid
{

	height:18px;
	font-family:Arial;
	font-size:11px;		
}
.TextAreaLongest
{
	width: 650px;
	height:200px;
	font-family:Arial;	
	font-size:12px;		
}
.ErrorMessage
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Arial;
	text-decoration: none;	
	width:160px;
}
.TextBoxRequired
{
	width: 160px;
	height:19px;
	background-color:#FFFF80;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxLongRequired
{
	width: 250px;
	height:18px;
	background-color:#FFFF80;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxLongerRequired
{
	width: 300px;
	height:18px;
	background-color:#FFFF80;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxShortRequired
{
	width: 100px;
	height:18px;
	background-color:#FFFF80;
	font-family:Arial;
	font-size:11px;		
}
.TextBoxShortestRequired
{
	width: 50px;
	height:18px;
	background-color:#FFFF80;
	font-family:Arial;
	font-size:11px;		
}
