/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/blogbackground.png);
	background-repeat: repeat-x;
	background-position: top;
	}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}
.mediumbold {
	font-size: medium;
	font-weight: bold;
}
.small {font-size: small}
a:hover {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
.xsmallbold {font-size: x-small;
	color: #666666;
}
.purple {color: #990099}
.purpleitalic {
	color: #990099;
	font-style: italic;
}
.purplemediumbold {font-size: medium; font-weight: bold; color: #990099; }
.xsmall {font-size: x-small}
.greyxsmallbold {font-size: x-small; font-weight: bold; color: #666666; }
.smallitalicbold {font-size: small; font-weight: bold; font-style: italic; }
.bluelarge {
	color: #0066FF;
	font-size: large;
}
.blueitalic {
	color: #0066FF;
	font-style: italic;
}
.purplelargebold {
	color: #990099;
	font-weight: bold;
	font-size: large;
}
.smallitalic {font-size: small; font-style: italic; }
.blue {color: #0066FF}
.bluesmall {font-size: small; color: #0066FF; }
.xlarge {font-size: x-large}
span.purplebox {
	background-color: #FFCCFF;
}
.purplemediumitalicbold {font-size: medium; font-weight: bold; color: #990099; font-style: italic; }
.box {
	border: 1px solid #FF00FF;
}
.white {
	color: #FFFFFF;
}
.tab {
	background-image: url(images/tab.gif);
}
.tablower {
	background-image: url(images/tab-lower.gif);
	background-repeat: no-repeat;
	background-position: top;
}
