/* style for titles */
.Head   
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #9b3200;
	font-weight: bolder;
/*
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;*/
}


/* style of item titles  */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/*  */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text  */
.Normal
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
/*
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: black;*/
}

A.Normal:link  {
    text-decoration: underline;
    color:  #1133AA;
}

A.Normal:visited   {
    text-decoration:    underline;
    color:  #1133AA;
}

A.Normal:active    {
    text-decoration:    underline;
    color:  #9A1228;
}

A.Normal:hover {
    text-decoration:    underline;
    color:  #9A1228;
}

/* text style used for textboxes  */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalListBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons  */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
.FormTable 
{
	BORDER-RIGHT:#005DA2 0px solid; 
	BORDER-TOP:#005DA2 0px solid; 
	BORDER-LEFT:#005DA2 0px solid; 
	COLOR:black; 
	BORDER-BOTTOM:#005DA2 0px solid; 
	BORDER-COLLAPSE:collapse; 
	BACKGROUND-COLOR:#005DA2;
}

.Label    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    padding-right: 2px;
}

.RequiredLabel    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    font-style: italic;
    color: #FF0000;
    padding-right: 2px;
}

.Disabled    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:normal;
    color: black;

    display: block;
    background-color:#ffffff;
    border: 1px solid;
    border-color:  #efefef #efefef #efefef #efefef;
    line-height: 15px;
    font-weight: bold;
    padding: 2px 5px;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

.NormalTextBox2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}
.sideregtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
}
.sideregtextLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: F8DF52;
	text-decoration: underline;
}
.sideregtextLink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}
