input 
	{ 
		border: 1px solid #7B9F56; 
		font-family: sans-serif; 
		font-size:10pt 
	}
a:hover.lowerhoverlink 
	{ 
		color:red  
	}
a:visited
	{ 
		color:blue 
	}

p,table,li,textarea 
	{ 
		font-family:arial,sans-serif; 
		font-size:10pt; 
	}
	
.fixedtable
    {
        table-layout: fixed;
    }

p
    { 
        line-height:1.5 
    }
    
.sidebar 
	{ 
		margin-left:6; 
		margin-top:6; 
		font-family:sans-serif; 
		font-size:10pt; 
		color:white 
	}
.news 
	{ 
		margin-left:6; 
		margin-top:6; 
		font-family:sans-serif; 
		font-size:8pt; 
		color:black 
	}
.PageTitle 
	{ 
		color:#638E38; 
		font-family: arial 
	}
.ErrMsg 
	{ 
		color:red; 
		font-family:sans-serif; 
		font-size:9pt 
	}
fieldset
	{
		border:1px solid #638E38;
		font-family: arial;
		font-size: 10pt;
		padding-left:10;
		
	}
.small
    {
        font-size:8pt;
    }
.sidepre
    {
        font-family:arial,sans-serif; 
		font-size:10pt; 
        width: 270;
        white-space: pre; /* CSS2 */
        white-space: -moz-pre-wrap; /* Mozilla */
        white-space: -hp-pre-wrap; /* HP printers */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: pre-wrap; /* CSS 2.1 */
        white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
        word-wrap: break-word; /* IE */      
    }
.plain
    {
        text-decoration:none;
    }