
.redblkunder
	{
	color: #000000;
	font-size: 10px;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight: 300;
	font-variant:normal;
        letter-spacing:2px;
        word-spacing: 0px;
        text-decoration:underline;         
        cursor:auto;
	text-transform:none;
	}
a.redblkunder:link { color: #000000; text-decoration: none}
a.redblkunder:visited { color: #000000; text-decoration: none}
a.redblkunder:hover {color : #990000; text-decoration: underline}
a.redblkunder:active {color : #990000; text-decoration: underline}

.blueLink
	{
	color:#990000;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: 300;
	font-variant:normal;
        letter-spacing:2px;
        word-spacing: 0px;
        text-decoration:none;         
        cursor:auto;
	text-transform:none;
	}
a.blueLink:link { color: #990000; text-decoration: none}
a.blueLink:visited { color: #990000; text-decoration: none}
a.blueLink:hover {color : #990000; text-decoration: underline}
a.blueLink:active {color : #990000; text-decoration: underline}

/*Black Text with No wrap*/

.blackText
	{
        color:#000000;
	font-size:12px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
        letter-spacing:1px; 
        word-spacing: 0px; 
        text-align:left;                                  
        cursor:auto;
	text-transform:none;
        white-space: nowrap;
        padding-right: 10px;
	}
/*Black Text that Wraps*/

.blackTextWrap
	{
        color:#000000;
	font-size:12px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
        letter-spacing:1px; 
        word-spacing: 0px; 
        text-align: left;                                  
        cursor:auto;
	text-transform:none;
        padding-right: 10px;
	}


.blackTextSmall
	{
        color:#000000;
	font-size:10px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
        letter-spacing:1px; 
        word-spacing: 0px; 
        text-align:left;                                  
        cursor:auto;
	text-transform:none;
        white-space: nowrap;
	}


/*Large Black Text*/

.largeBlackText
	{
        color:#000000;
	font-size:14px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
        letter-spacing:3px; 
        word-spacing: 0px; 
        text-align:left;                                  
        cursor:auto;
	text-transform:none;
	}
/*Large Red Text*/

.largeRedText
	{
        color:#990000;
	font-size:14px;
	font-family: 'Arial', 'Verdana', 'Helvetica', sans-serif;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
        letter-spacing:3px; 
        word-spacing: 0px; 
        text-align: left;                                  
        cursor:auto;
	text-transform:none;
        white-space: nowrap;
        padding-right: 10px;
	}


.tableBorder
        {
        border: 1px dotted #990000;
        }
.cellBorder
        {
        border: 1px dotted #990000;
        }

.scrollBox
        {
        width: 650px;
        height: 400px;
        overflow: auto;
        position: absolute;
        left: 50%;
        margin-left: -300px;        
}

