DIV, TABLE, TR, TD, A, UL, LI {
	-moz-box-sizing: border-box;
}

a {
	color: #0000FF;
}

a:hover {
	color: #FF9933;
}

a.back_link {
	color: #FFFFFF;
}

a.back_link:hover {
	color: #FF9933;
}

.menu_link {
	background-color: #333333;
	font-weight: bold;
	width: 320px;
}

.menu_link a {
	color: white;
	background-color: #333333;
	text-decoration: none;
	float: left;
	padding: 0px 0px 0px 5px;
	width: 100%;
}

.menu_link a:hover {
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	width: 100%;
}

.commreqs a {
	/*color: #000000;*/
	text-decoration: none;
}

.commreqs a:hover {
	color: #FF9933;
	text-decoration: underline;
}

.dima {
	font-size: 12px;
	font-weight: bold;
}

.legend {
	padding: 1px 0px 1px 1px;
}

/* =================================== */
DIV.select_m {
	text-decoration: none;
	/* Here to Change for funColor */
	background-color: #FFFFFF;
	color: black;
	/*font-weight: bold;*/
	padding: 2px 0px 2px 5px;
}

/* GO Button??*/
a.select_o:link, a.select_o:visited {
	text-decoration: none;
	background-color: #CCCCCC;
	color: black;
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	border: 1px solid #000000;
}

a.select_o:hover {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 100%;
	border: 1px solid #CCCCFF;
}

a.select_m {
	text-decoration: none;
	/* Here to Change for funColor */
	background-color: #FFFFFF;
	color: black;
	/*font-weight: bold;*/
	float: left;
	width: 100%;
	padding-left: 5px;
}

a.select_m:hover {
	/*background-color: #3366CC;*/
	/* Here to Change for funColor */
	background-color: #CCFFCC;
	color: black;
	/*font-weight: bold;*/
	float: left;
	width: 100%;
}

TABLE.coolTable {
	border: solid red;
	border-width: 0px 0px 1px 1px;
}

.coolTable TD {
	border: solid red;
	border-width: 1px 1px 0px 0px;
}

