@import url("CuteEditor.css"); 

/* GLOBAL */
body
{
	background-color: White;
	color: Black;
	font-size: 12px;
	font-family: arial;
}
select, input, textarea 
{
	color: Black;
	font-size: 12px;
	font-family: arial;
}

/* BASIC */
.bold	{font-weight:bold;}
.normal	{font-weight:normal;}
.left	{text-align: left;}
.center {text-align: center;}
.right	{text-align: right;}
.top	{vertical-align:top;}
.middle	{vertical-align:middle;}
.bottom	{vertical-align:bottom;}

/* SPECIFIC */
.style1
{
	color: Black;
	font-size: 12px;
	font-family: arial;
}
.style1 a, .style1 a:visited, .style1 a:link
{
	color: Black;
}
.style1Small
{
	color: Black;
	font-size: 10px;
	font-family: arial;
}
.style1Small a, .style1Small a:visited, .style1Small a:link
{
	color: Black;
}
.style2
{
	color: Black;
	font-size: 11px;
	font-family: arial;
}
.style2 a, .style2 a:visited, .style2 a:link
{
	color: Black;
}
.style2Small
{
	color: Black;
	font-size: 9px;
	font-family: arial;
}
.style2Small a, .style2Small a:visited, .style2Small a:link
{
	color: Black;
}
.style3
{
	color: Black;
	font-size: 13px;
	font-family:arial;
}
.style3 a, .style3 a:visited, .style3 a:link
{
	color: Black;
}
.style3Small
{
	color: Black;
	font-size: 11px;
	font-family: arial;
}
.style3Small a, .style3Small a:visited, .style3Small a:link
{
	color: Black;
}
.style4
{
	color: Black;
	font-size: 16px;
	font-family:arial;
}
.style4 a, .style4 a:visited, .style4 a:link
{
	color: Black;
}
.style4Small
{
	color: Black;
	font-size: 14px;
	font-family: arial;
}
.style4Small a, .style4Small a:visited, .style4Small a:link
{
	color: Black;
}
.navHeader
{
	color: White;
	font-size: 16px;
	font-family: arial;
	font-weight:bold;
}
.navButton
{
	border: 1pt black solid;
	width: 100px;
	color: #6d0b0b;
	background-color:Green;
	font: bold 13px arial, helvetica, sans-serif;
	text-align: center;
	line-height: 23px;
	cursor: hand;
	height: 27px;
	text-decoration:none;
}
.borderless
{
	background-color: Transparent;
	border-style: none;
	cursor: default;
}
