body {
    background-color: #0066CC;
    background-image: url(../images/background.gif);
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
a:link{
    color: #0000cc;
}

a:visited{
    color: #0033cc;
}

a:hover{
    color: #666600;
}


h1, h2, h3, h4, h5, h6 {
    color: #0066CC;
    padding: 2px 10px 3px 10px;
    margin: 0;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

p {
    font-size: 12px;
    padding: 2px 10px 3px 10px;
}

img {
    padding: 0;
    margin: 0;
}


.black12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.grey10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
.blackbold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.whitebold10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.bluebold18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
.bluebold16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}
.black10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.whitebold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#admin_menu {
	background-color: #dadada;
	height: 30px;
	line-height: normal;
}

/** Admin header sections on public pages **/
#admin_left {
	width: 400px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

#admin_right {
	width: 300px;
	float: right;
	text-align: center;
	padding-top: 5px;
}


#admin {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-y;
    text-align: left;
}

#admin a {
	color: #0000ee;
	text-decoration: none;
}

#admin a:visited {
	color: #0000ee;
	text-decoration: none;
}

#admin a:hover {
	color: #00007E;
	text-decoration: underline;
}
