body { /* set everything to zero for a good cross-browser starting point */
	margin: 0px 10px 10px 0px;
	padding: 0;
	border: 0;
	color: #CCCCCC;  /* set the default text color */
	text-align: left; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Georgia, "Times New Roman", Times, serif; /* set the default fonts */
	font-size: 65%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 450px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	background-image:url(images/bg.jpg);
}

.txt{
	width: 440px;
	background-color: transparent; /* sets the body background colour */
	margin:0px 0px 10px 10px;
}

.rightimg
{	float:right;
	margin: 0px 5px 10px 5px;

}

.flashtxt{
	color: #D09600;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	font: 100% Georgia, Times New Roman, serif;
	text-decoration: underline;
	color: #333300;
}

a:hover{
	text-decoration: underline;
	color: #996600;
}

a.flash:link, a:visited{
	font: 100% Georgia, Times New Roman, serif;
	text-decoration: underline;
	color: #EEBE5D;
}

a.flash:hover{
	text-decoration: underline;
	color: #FFFF99;
}

/******** list and header styles **************/

ul{
	font: 100% Georgia, Times New Roman, serif;
}

ul, dl, p, h1, h2, h3
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

h1 { font-size: 110%;
	 margin: 10px 0px 10px 0px; 
}

h2 {
	font-size: 70%;
	color: #000066;
	font-weight: bold;
}

h3 {font-size: 50%;
	color: #000000;
}

h4 {font-size: 80%;
	color: #000000;
	margin-top: 7px;
}
