body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #CFDBEF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ol {
	font-size: 1em;
}
ul {
	font-size: 1.2em;
}

.cell1 {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-spacing:5px;
	padding:5px;
}

p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size:1.2em;
}

h1 {
	margin-top: 50px;
	margin-bottom: 2px;
	font-size: 1.6em;
	font-weight:bold;
	background-color:#69C;
	padding:5px;
	color:#FFF;
}
h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 1.4em;
}

footer {
	margin-top:20px;
	margin-bottom:20px;
}

/*table {
	border:#006 solid 1px;
}*/

th {
	background-color:#69C;
	color:#FFF;
}

.big {
	font-size: 1.6em;
}

.warn {
	color: #FF0000;
}

.normal {
	font-size: 1.2em;
}

a.topBar:link {
	color: #555555; text-decoration: none; font-size: 1.2em; font-weight: bold;
}

a.topBar:visited {
	color: #555555; text-decoration: none; font-size: 1.2em;  font-weight:bold;
}

a.topBar:hover {
	color: #000000; text-decoration: underline; font-size: 1.2em; font-weight:bold;
}

a.topBar:active {
	color: #333333; text-decoration: underline; font-size: 1.2em; font-weight:bold;
}

a.minilink:link {
	color: #555555; text-decoration: underline; font-size: 1em; font-weight: bold;
}

a.minilink:visited {
	color: #555555; text-decoration: underline; font-size: 1em;  font-weight:bold;
}

a.minilink:hover {
	color: #000000; text-decoration: none; font-size: 1em; font-weight:bold;
}

a.minilink:active {
	color: #333333; text-decoration: underline; font-size: 1em; font-weight:bold;
}

a.mainLink:link {
	color: #010078; text-decoration: none;
}

a.mainLink:visited {
	color: #010078; text-decoration: none;
}

a.mainLink:hover {
	color: #010078; text-decoration: underline;
}

a.mainLink:active {
	color: #010078; text-decoration: underline;
}

a.mainLinkDyn:link {
	color: #010078; text-decoration: none; font-weight: bold;
}

a.mainLinkDyn:visited {
	color: #010078; text-decoration: none;  font-weight:bold;
}

a.mainLinkDyn:hover {
	color: #010078; text-decoration: underline; font-weight:bold;
}

a.mainLinkDyn:active {
	color: #010078; text-decoration: underline; font-weight:bold;
}

/* White Links */
a.whiteLink:link {
	color: #FFF; text-decoration: none;
}

a.whiteLink:visited {
	color: #FFF; text-decoration: none;
}

a.whiteLink:hover {
	color: #FFF; text-decoration: underline;
}

a.whiteLink:active {
	color: #FFF; text-decoration: underline;
}

.calcell1 {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	border-spacing:0px;
	padding:0px;
	text-align: left;
	vertical-align: top;
}
.calcell2 {
	background-color:#C3C4D9;
	border:1px solid #CCCCCC;
	border-spacing:0px;
	padding:0px;
	text-align: left;
	vertical-align: top;
}
.calcell3 {
	background-color:#7E7BA6;
	border:1px solid #CCCCCC;
	border-spacing:0px;
	padding:0px;
	cursor:pointer;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}

input {
	font-size: 1em;
}

/* FOR ENROLE PAGE */

.enroleBoxLeft {
	margin-top:50px;
	width:500px;
	float:left;
}
.enroleBoxRight {
	margin-top:50px;
	width:250px;
	float:right;
}
.enroleBoxLeft h1 {
	margin-top:0;
}
.enroleBoxRight h1 {
	margin-top:0;
	margin-bottom:5px;
}


/* For General Use*/

/* Radmom Right Box */

.randomRightFloatBox {
	float:right;
	width:250px;
	background-color:#69C;
	padding:10px;
	margin-left:10px;
}