body {
	margin: 0;
	text-align: center;
	color: #2D2E32;
	font-family: arial; 
	background: #FFFFFF;
	}

#page {
	position: relative;
	margin: 0 auto;
	width: 748px;
	background: #FFFFFF
	}

#shadow {
	position: relative;
	margin: 0 auto;
	width: 758px;
	background: #4D4D4D
	}

#utils {
	position: relative;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0px;
	background: #000000;
	}

#utils li {
	position: relative;
	left: -200px;
	top: -5px;
 	color: #CC0000;
	font-size: 13px;
	background: #000000;
	display: inline;
	}

#utils a {
    color: #FFFFFF;
    font-weight:bold;
    }

#utils img {
	position: relative;
	top: -18px;
	left: 0px;
	float: right;
	border:0;
	}

header {
	margin: 0 0 0 7px;
	padding: .5em 13px 0;
	font-size: .9em;
	color: #FFFFCD;
	background: #FFFFCD
	}

footer {
	margin: 0 0 0 7px;
	padding: .5em 13px 0;
	font-size: .9em;
	color: #CC0000;
	background: #000000
	}
/* hide ie/mac \*/
* html #footer {height: 1%;}
/* end hide */
#footer a {
	color: #CC0000 !important;
	}


p.regular { 
	margin-top: 9px; 
    font-weight:normal;
	text-align: left;
 	font-size: 2.5em;
    }


p.dot { 
	margin-top: 7px; 
	font-weight: bold;
	text-align: left;
 	font-size: 0.7em;
    }

p.title { 
	margin-top: 25px; 
    font-weight:normal;
	text-align: left;
 	font-size: 1.5em;
    }

p.minititle { 
	margin-top: 15px; 
    font-weight:normal;
	text-align: left;
 	font-size: 1.1em;
	text-decoration: underline;
	margin-bottom: -0.75em;
    }

img.title {
	height:30px;
	}

a:link {
    text-decoration: none;
	color: #cc0000;
	}
a:visited {
    text-decoration: none;
	color: #0000ff;
	}
a:hover {
	color: #ffffff;
	background: #cc0000;
	text-decoration: underline;
	}
a:active { 
    text-decoration: none;
	color: #333333;
	}
a img {
    border: none;
    }

ul.default {
	font-weight:bold;
	font-style:italic;
	font-size:smaller;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}

.cursor{
	cursor:pointer;
}

.red{
	color:#990000;
}


