body {
    color: black;
    font-family: tahoma,helvetica,sans-serif;
 }

#bigtitle {
    font-weight: bolder;
    font-size: 20px;
    color: #FF992B;
}
#boldtitle {
    font-weight: bold;
    font-size: 18px;
    color: #FF992B;
}
#bigtitlewhite {
    font-weight: bolder;
    font-size: 20px;
    color: #FFFFFF;
}
#smalltitle {
    color: #AC5215;
}
#errormsg {
    color: yellow;
    font-size: 20px;
}

.loginBoxLinks {
    font-size: 12px;
}

#quotes {
    color: yellow;
    font-style: italic;
}

ul.block {
    color: white;
}

#inputsubmit
{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
}

/* added or modified by MJH */

img.framed	{
		border: 4px double #810541; 
		padding: 0px;
		}
table.framed	{
		border: 4px double #810541; 
		padding: 10px;
		align: center;
		margin: 0px;
		width: 100%;
		}
td.framed		{
		border-width: 1px;
		border-style: solid;
		border-color: #810541;
		padding: 4px;
		}
.floatright		{
		float: right; 
		margin-top: 10px; 
		margin-left: 10px; 
		margin-right: 10px; 
		margin-bottom: 10px;
		}
h1		{
		font-size: 24px;
		font-family: Formal436 BT,Ariel,Helvetica,sans-serif;
		font-weight: bold;
		background-color: #89afce;
		border: 1px solid #000000;
		text-align: center;
		}
p.print		{
		font-size: 28px;
		font-family: Formal436 BT,Ariel,Helvetica,sans-serif;
		font-weight: bold;
		text-align: center;
		}
h2		{
		font-size: 18px;
		font-family: Tahoma,Ariel,Helvetica,sans-serif;
		font-weight: bold;
		text-align: left;
		color: #6b807d;
		text-decoration: underline;
		}
h3		{
		font-size: 18px;
		font-family: Papyrus,Ariel,Helvetica,sans-serif;
		font-weight: bold;
		}
h4		{
		font-size: 16px;
		font-family: Tahoma,Ariel,Helvetica,sans-serif;
		font-weight: bold;
		text-align: center;
		}
h4.seminar	{
		font-size: 16px;
		font-family: Tahoma,Ariel,Helvetica,sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: #aecfcb;
		}
h5		{
		font-size: 15px;
		font-weight: bold;
		}		
#inputbgpink	{
		background-color: #aecfcb;
		}
a,a:visited 	{
   		color: #0066cc;
		}
.foottext 		{
   		 font-family: Arial,Helvetica,sans-serif;
		font-size: 85%;
		font-weight: bold;
		color: black;
		text-align: center;
		}
.logtext 		{
   		 font-family: Arial,Helvetica,sans-serif;
		font-size: 65%;
		text-align: left;
		}
span.navbar	
		{
		margin-left:10px;
		}
p,li,td,tr,div	{
		font-size: 14px;
		}
.caption		{
		font-family: Arial,helvetica,sans-serif;
    		font-size: 12px;
		}
p.navbar
		{
		margin-left: 10px;
		font-family: Papyrus,helvetica,sans-serif;
    		font-size: 15px;
		font-weight: bold;
		} 
a.block,a:visited.block {
		display:block; 
		width:153px; 
		height:25px;
		text-align: left;
		color: black;
		font-size: 12px;
		background-image: url(images/EPS/button_white153.gif); 
		text-decoration: none; 
		} 
a:hover.block	{
		background-image: url(images/EPS/button_green153.gif);
		color: white;
		text-decoration: none;
		font-weight: bold;
		}


