﻿body
{
	font-family: Arial;
	font-size: small;
	background-color: #E8E8E8;
}
a:link
{
	color: Blue;
	text-decoration: none;
}
a:visited
{
	color: Blue;
	text-decoration: none;
}
a:hover
{
	color: Blue;
	text-decoration: none;
}
h1
{
	font-size: large;
	color: #990000;	
}
td.header
{
	background-color: #EDE6D8;
}
td.button
{
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: center;
}
td.button_onclick
{
	background-color: #CCCCCC;
	color: #990000;
	font-weight: bold;
	text-align: center;
}
td.textarea
{
	background-color: White;
}
td.textarea_topleft
{
	width: 20px;
	height: 20px;
}
td.textarea_topright
{	
	width: 20px;
	height: 20px;
}
td.textarea_bottomleft
{
	width: 20px;
	height: 20px;
}
td.textarea_bottomright
{
	width: 20px;
	height: 20px;
}
td.frame_left
{
	width: 18px;
	background-image: url("images/frame/left.gif");
}
td.frame_bottom
{	
	height: 18px;
	background-image: url("images/frame/bottom.gif");
}
td.frame_bottom_left
{
	background-image: url("images/frame/bottom_left.gif");	
}
td.frame_bottom_right
{
	background-image: url("images/frame/bottom_right.gif");	
}
td.frame_right
{
	width: 18px;
	background-image: url("images/frame/right.gif");
}
ul.menu
{
	font-size: large;
}
li.bullet
{
	list-style-image: url("images/bullet.gif");
}
li.arrows
{
	list-style-image: url("images/arrows.gif");
}