/******************** Creative css ******************/

* {
    margin:0;
    padding:0;
}
body {
/*	background-color: #003366; */
    text-align: center;
    background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.vertspace {
    height:20px;
    width: 590px;
    text-align: center;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
    font-weight: normal;
    font-style: italic;
	color: #0000cc;
}
.bignormal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    color: #0000cc;
}
.normalb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}
.normalblue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000099;
}
.normalblusm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #000099;
}
.nbsmaller {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #000000;
}
.wmal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}
.rstbdyfnt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.vsmallit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    color: #000066;
}
.vsmallitlnk {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}
/************************** navigation *****************************/
a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
	color: #0000ff;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
	color: #0000ff;
}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
	color: #6600ff;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #0000ff;
}
/***********************************       ***********************************/
.csscentering {
    margin-left: auto;
    margin-right: auto;
}
.textcentering {
    text-align: center;
}
.clear {
clear:both;        /* follows float left or right to start a new line */
height: 1%;
/*margin-top:-1px;*/
}
.headertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
/*    font-style: italic;  */
    color: #000000;
}
.alerttext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #ffff00;
}
.greenalert {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #00ff00;
}


