body {
    background-color: #ffffff;
	margin: 0 0 0 0;
}

/*================================================================================================*/

p, li {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #000000;
	text-decoration: none;
}

p a:link {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

p a:visited {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #ee0000;
	font-weight: bold;
	text-decoration: none;
}

/*================================================================================================*/

p.header {
	font-family: Arial, Helvetica, sans-serif, MS Sans Serif;
	font-size: 14px;
	color: #ee0000;
	font-weight: bold;
}

/*================================================================================================*/

p.adminheader {
	background: #eeeeee;
	font-family: Arial, Helvetica, sans-serif, MS Sans Serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;

}

/*================================================================================================*/

p.medheader {
	font-family: Veranda, Arial, Helvetica, sans-serif, MS Sans Serif;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	padding-right: 30px;
}

/*================================================================================================*/

p.bigassheader {
	font-family: Veranda, Arial, Helvetica, sans-serif, MS Sans Serif;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	padding-top: 170px;
	padding-right: 30px;
}

/*================================================================================================*/

.ittybitty {
	color: #000000;
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
}

.ittybitty a:link {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.ittybitty a:visited {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.ittybitty a:hover {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #ee0000;
	font-weight: bold;
	text-decoration: none;
}

/*================================================================================================*/

.ittybittygrey {
	color: #555555;
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
}

.ittybittygrey a:link {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}

.ittybittygrey a:visited {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}

.ittybittygrey a:hover {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	color: #ee0000;
	font-weight: bold;
	text-decoration: none;
}

/*================================================================================================*/

.tooltip {
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
	border-style: none;
}

/*================================================================================================*/

.bittybutton {
	padding:					0 0 0 0;
}

.biggerbutton {
	padding:			2px 6px 5px 0;
	float:				left;
}

/*================================================================================================*/
/*================================================================================================*/
/*================================================================================================*/

.alignleft {
	padding:			12px 10px 5px 5px;
	float:				left;
}

.alignright {
	padding:			12px 5px 5px 10px;
	float:				right;
}

.alignlefttight {
	padding:			0 10px 0 0;
	float:				left;
}

.alignrighttight {
	padding:			0 0 0 10px;
	float:				right;
}

.aligncenter {
	padding:			0;
	margin-right:		auto;
	margin-left:		auto;
}

.center {
	text-align:			center;
}

/*================================================================================================*/

ul#twitter_update_list {
	padding:			0 0 0 18px;
}

/*================================================================================================*/