﻿/*--------------------------------------------------*/

.main_window_body
{
	background-color: #c0ffc0;
} 

/*--------------------------------------------------*/

.page_title {
	text-align: center;
	font-size: xx-large;
	font-weight:bold;
	background-color:white;
}

.important_text {
	text-align: center;
	font-size: large;
	font-weight:bold;
}

.center_text {
	text-align: center;
}

.table_style1 {
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}


/*--------------------------------------------------*/
