/*This is the master CSS for use on WEB  site.

Note /* start a NOTE area and must be ended with (*/
/*

All comands must be inside {    command   }

The . anything is use with class=the name and NO dot.

NO dot tags are automaticlly applied to html scrips like "body" or"TR"

*/
/*
table {
	background-color: #FFFFFF;	/*white				 #047AAD;	Light BLUE 
	

}
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
}


.bgwhite{
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A1BBD4;		/*  Letter BLUE*/ 
	font-weight: normal;
	background-color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.bgblue{
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;		/*  Letter BLUE*/
	font-weight: normal;
	background-color: #CCD8E6;
	font-style: normal;
	text-decoration: none;
	white-space: normal;
	vertical-align: top;
	font-size: 14px;
}
.bgblue a:visited, a:hover, a:active{
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0073BD;
	background-color: #FFFFFF;
}
.bggrey {
	font-family: Arial, Helvetica, sans-serif;
	color: #7A7A3D;		/*  Letter BLUE*/
	font-weight: normal;
	background-color: #ECE9D8;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	vertical-align: top;
}
.conftitlegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7A7A3D;
	background-color: #FFFFFF;
	top: 0px;
	bottom: 0px;
}
.bggrey a:visited, a:hover, a:active{
	text-decoration: none;
	color: #7A7A3D;
	font-weight: bold;
	}

.conftitleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	background-color: #FFFFFF;
	top: 0px;
	bottom: 0px;
}
.conftitlegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	background-color: #FFFFFF;
	top: 0px;
	bottom: 0px;
}

.bggreen {
	background-color: #8FCBA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-position: top;
	vertical-align: top;
	color: #006600;
}
.bggreen a:visited, a:hover, a:active {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}

