/******************************************************************************/
/* This is my current default stylesheet **************************************/
/* Date: Jan 24, 2010                    **************************************/
/******************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #893C42;
	background-color: #464646;
	margin-right: 1%;
	margin-left: 5%;
	width: 1024px;
}

P    {
        font-family: 'Times New Roman", "Helvetica", "Serif";
        font-weight: normal;
        font-size: 9 pt;
        text-align: left;
        color: #fff;
}        
       
h1 {
	font-size: 24px;
	font-weight: bold;
/*	background-color: #7C8B76; */
	background-color: #6699CC;
	color: #FFFFFF;
	text-align: bottom;

}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #747A89;
}

a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.navbar {
	font-size: 9px;
	text-align: center;
}

.note {
	font-size: 10pt;
	color: #006600;
	background: #FFFFFF;
	position: relative;
	padding: 2pt;
	border-width: thin;
	border-style: ridge;
}
#footer {
	font-size: 8px;
	color: #393939;
	text-align: center;
	float: right;
}

