body {background-color:#ffffff;
	color: #000000;}

.title
	{font-family: times; font-size: 30pt; font-weight: bold;}
.titleSmall
	{font-family: times; font-size: 18pt; font-weight: bold;}


.copyright, .copyrighti 
	{font-family: times; font-size: 10pt;}
.copyrighti 
	{font-style: italic;}
	
.header 
	{font-family: times; font-size: 14pt; font-weight: bold;}

.main, .mainb, .maini
	{font-family: times; font-size: 12pt;}
.mainb
	{font-weight: bold;}
.maini
	{font-style: italic;}

.error 
	{font-family: times; font-size: 14pt; font-weight: bold; color: red;} 

#titleBox {background-color: #B0E0E6;
		border: 10px solid black;
		width: 350px;
		padding: 10px;
		text-align: center;}

#smallTitleBox {background-color: #B0E0E6;
                 width: 400px;
                 border: solid black 5px;
                 padding: 10px;
                 text-align: center;}

#mainBox {background-color: #ffffff;
		width: 600px;
        text-align: left;} 

#smallBox {background-color: #B0E0E6;
                 width: 400px;
                 border: solid black 3px;
                 padding: 10px}