/**************************************************************************
	Normal Style Sheet Stuff
**************************************************************************/
ul
{
	margin-bottom:5px;
	margin-top:5px;
	line-height:17px;
	list-style:disc;
}

a.LinkText:link
{
	text-decoration: underline;
	font-weight: normal;
    COLOR: #DC241F;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}	
a.LinkText:active
{
	text-decoration: underline;
    COLOR: #DC241F;
	font-size: 8pt;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
}

a.LinkText:visited
{
	text-decoration: underline;
    COLOR: #DC241F;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

a.LinkText:hover
{
	text-decoration: underline;
    COLOR: #424242;
	font-size: 8pt;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
}

.NormalText
{
	    font-family: verdana, arial, helvetica, sans-serif;
		color:#424242;
		font-size: 8pt;
		font-weight: normal;	
}

.NormalTextBold
{
	    font-family: verdana, arial, helvetica, sans-serif;
		color:#424242;
		font-size: 8pt;
		font-weight: bold;	
}

.NormalTextBoldBig
{
	    font-family: verdana, arial, helvetica, sans-serif;
		color:#424242;
		font-size: 10pt;
		font-weight: bold;	
}

.NormalTextBoldBig14
{
	    font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;	
		color:#424242;
}

.ErrMsg
{
	    font-family: verdana, arial, helvetica, sans-serif;
		COLOR: #DC241F;
		font-size: 8pt;
		font-weight: bold;	
}

