body	{
	margin: 0;
	background-image: url("/images/template/background.gif");
	background-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
    	scrollbar-base-color: black;
	scrollbar-face-color: #FF3333;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: silver;
	scrollbar-highlight-color: #FF3333;
	scrollbar-3d-light-color: #FF3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000
	}

a	{
	color: #FF3333;
	text-decoration: underline
	}

a:hover	{
	text-decoration: none
	}

a.footer {
	color: #FFFFFF;
	text-decoration: underline
	}

a.footer:hover {
	text-decoration: none
	}

input, textarea, select {
	font-size: 10px;
	color: #FF3333;
	background: #FFFFFF;
	border: solid 1.5px #3E1849
	}

.button_color
	{
	font-size: 10px;
	color:#FFFFFF;
	background: #FF3333;	
	border: solid 1.5px #000000
	}

td 	{
	font-size: 10px
	}

.path 	{
	font-size: 10px
	}

.tt 	{
	font-style: italic;
	font-weight: bold;
	color: #FF3333
	}

.red {
	color: #FF0000
	}

.paragraphtitle {
	color: #FF3333;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold
	}

ol	{
	display:list-item;
	list-style-position:outside;
	text-decoration: bold
	}
	
ol li 	{
	margin-bottom: 5px;
	margin-left: 10px
	}

ul 	{
	display:list-item;
	list-style-position:outside;
	text-decoration: bold;
	}
	
ul li 	{
	margin-bottom: 5px;
	margin-left: 10px;
	}
