/* MAIN STYLES */
body {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}	

/* TEXT STYLES */
.small			{ font-family: Arial; font-size: 10px; font-weight: normal; line-height: 150%; color: #ff6666; }

/* LINK STYLES */
a:link,
a:active,
a:visited		{ font-weight: normal; text-decoration: none; color: #0099cc; }
a:hover			{ font-weight: normal; text-decoration: underline; color: #0099cc; }

a.footer:link,
a.footer:active,
a.footer:visited	{ font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none; line-height: 150%; color: #ffffff; }
a.footer:hover		{ font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: underline; line-height: 150%; color: #ffffff; }

a.menu:link,
a.menu:active,
a.menu:visited		{ font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none; line-height: 150%; color: #ffffff; padding: 50px; }
a.menu:hover		{ font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: underline; line-height: 150%; color: #ffffff; }

a.users:link,
a.users:active,
a.users:visited		{ font-weight: normal; text-decoration: none; color: #000000; }
a.users:hover		{ font-weight: normal; text-decoration: underline; color: #0099cc; }

/* OTHER STYLES */
form			{
			margin: 0;
			padding: 0;
}

h1			{
			color: #c6ab5c;
			font-family: Arial;
			font-size: 18px;
			font-weight: normal;
			margin: 5px 10px 15px 0px;
}

h2			{
			color: #c6ab5c;
			font-family: Arial;
			font-size: 14px;
			font-weight: bold;
			margin: 20px 10px 5px 0px;
}

div.response		{
			border: 1px solid;
			border-color: #666666;
			width: 245px;
			height: 23px;
			font-family: Arial;
			font-size: 11px;
			margin-top: 10px;
			padding-left: 5px;
			padding-right: 5px;
}

input			{
			background: #ffffff;
			border: 1px solid;
			border-color: #999999;
			color: #333333;
			font-family: Verdana;
			font-size: 11px;
			font-weight: normal;
			margin: 0px 0px 0px 1px;
			padding: 1px;
}

input.button 		{
			background-image: url(http://newton.bostoncomputing.net/~bet/images/submit.gif);
			backgroung-image: repeat-x;
			border: 1px outset;
			border-color: #cccccc;
			color: #333366;
			cursor: pointer;
			font-family: Verdana;
			font-size: 11px;
			font-weight: normal;
			margin: 0px 0px 0px 1px;
			padding: 1px;
}

input.radiobox		{
			background: #ffffff;
			border: 0px solid;
			color: #333333;
			font-family: Verdana;
			font-size: 11px;
			font-weight: normal;
			margin: 0px 0px 0px 0px;
			padding: 0px 15px 0px 0px;
}

select			{
			background: #ffffff;
			border-color: #999999;
			border-style: solid;
			border-width: 1px;
			color: #333333;
			font-family: Verdana;
			font-size: 11px;
			font-weight: normal;
}

textarea		{
			background: #ffffff;
			border-color: #999999;
			border-style: solid;
			border-width: 1px;
			color: #333333;
			font-family: Verdana;
			font-size: 11px;
			font-weight: normal;
}

ul			{
			list-style-type:disc;
			list-style-position:outside
}
li			{
			font-family: Verdana;
			font-size: 12px;
			text-decoration: none;
			line-height: 150%;
}

p			{
			font-family: Verdana;
			font-size: 12px;
			font-weight: normal;
			line-height: 150%;
			margin: 0px 10px 15px 0px;
}

table			{
			border: 0px solid;
			font-family: Verdana;
			font-size: 12px;
			font-weight: normal;
			line-height: 150%;
}

td.menu			{
			background: #8f8d8e;
			border: 0px solid;
			border-color: #000000;
			color: #ffffff;
			font-family: Verdana;
			font-size: 11px;
			font-weight: normal;
			line-height: 150%;
			padding-top: 6px;
			padding-bottom: 6px;
			text-align: center;			
}

table.content		{
			background: #ffffff;
			border: 0px solid;
			border-color: #999999;
			color: #333333;
			font-family: Verdana;
			font-size: 12px;
			font-weight: normal;
			line-height: 150%;
			padding-top: 0px;
}

table.content TR	{
			border: 0px solid;
}

table.content TD	{
			border: 0px solid;
}

