.main 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	background-color: #FFECF5;
	margin: 10px;
	width: 1000px;
}

.table
{
	width: 1000px;
}

h3
{
    text-align: center;
    text-decoration: underline;
}

.place-font-header
{
    text-align: center;
    font-size: 24pt;
}

.header 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	text-align: center;
}
.tablesmall 
{
	font-size: 14px;
	text-align: center;
}
.tablesmallul 
{
	font-size: 14px;
	text-align: left;
}

.tablesmall a:link
{
	color: #0000FF;
}

.tablesmall a:visited {
	color: #0000FF;
}

.tablesmall a:hover 
{
	color: #FF0000;

}

.tablesmallleft 
{
	font-size: 14px;
	text-align: left;
}
.tablesmallleft a:link
{
	color: #0000FF;
}

.tablesmallleft a:visited {
	color: #0000FF;
}

.tablesmallleft a:hover 
{
	color: #FF0000;

}
.links 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
	background-color: #FFECF5;
	margin: 10px;
}

table.maintext
{
	width: 600px;
}.OrderForm {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	background-color: #FFECF5;
	margin: 0px;
	width: 790px;
}
.OrderForm_Small {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.width200px
{
    width: 200px;
}

.width600px
{
    width: 600px;
}


.centre-align
{
    text-align: center;
}