/* Core Styles */
body
	{ 
		background: #ffffff;
		color: #333333;
		margin: 0px;
		padding: 25px;
		font-family: verdana,sans-serif;
		font-size: 11px;

		/*scrollbar-arrow-color: #5b6464;			/* active arrow */
		/*scrollbar-face-color: #999999;			/* face */
		/*scrollbar-base-color: #999999;			/* base */
		/*scrollbar-highlight-color: #bbbbbb;		/* immerdiate border (l-t). inactive arrow shadow */
		/*scrollbar-shadow-color: #777777;		/* immerdiate border (r-b). inactive arrow */
		/*scrollbar-3dlight-color: #aaaaaa;		/* second border (l-t) */
		/*scrollbar-darkshadow-color: #888888;	/* second border (r-b) */
	}

td
	{
		font-family: verdana,sans-serif;
		font-size: 11px;
	}

h1
	{
		color: #660000;
		font-size: 130%;
		font-weight: bold;
	}

h2
	{
		color: #660000;
		font-size: 120%;
		font-weight: bold;
	}

h3
	{
		color: #660000;
		font-size: 110%;
		font-weight: bold;
	}

ul
	{
		list-style: circle outside;
	}

ol
	{
		list-style: upper-roman outside;
	}

a:link
	{
		color: #660000;
		text-decoration: none;
	}

a:visited
	{
		color: #660000;
		text-decoration: none;
	}

a:active
	{
		color: #000000;
		text-decoration: underline;
	}

a:hover
	{
		color: #000000;
		text-decoration: underline;
	}


/* Table Styles */

.tblHd
	{
		background: #c0b488;
		color: #660000;
		font-weight: bold;
	}

.tblDt
	{
		background: #e0e0cc;
	}

.tblDd
	{
		background: #efefef;
	}

/* Custom Classes */

.small
	{
		font-size: 80%;
	}

.warning
	{
		font-weight:bold;
		color:#660000;
	}
