/* start general text */

.maintitle
{
	font-family: Arial, Helvetica, Sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 28px;
	letter-spacing: 2px;
  	word-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.subtitle
{
	font-family: Arial, Helvetica, Sans serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 20px;
	letter-spacing: 1px;
  	word-spacing: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.text
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
  	word-spacing: 0px;
}

a.text
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
  	word-spacing: 0px;
	text-decoration: underline;
	font-weight: bold;
}

.logintext
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
  	word-spacing: 0px;
}

a.logintext
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	letter-spacing: 0px;
  	word-spacing: 0px;
	text-decoration: underline;
	font-weight: bold;
}

.mono
{
	color: #000000;
	font-family: Courier New, Courier, Monospace;
	font-weight: normal;
	font-size: 12px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.red
{
	color: red;
}

.blue
{
	color: blue;
}

.gray
{
	color: gray;
}

.large
{
	font-size: 16px;
}

.small
{
	font-size: 9px;
}

/* end general text */

/* start login bar */

.login
{
	font-family: Verdana, Arial, Helvetica, Sans serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
	letter-spacing: 0px;
  	word-spacing: 0px;
}

/* end login bar */

/* start body */

body
{
	margin-top: 0px;
	background-image: url(/interface/background.gif);
}

body.print
{
	background-image: none;
	background-color: #ffffff;
}

.tcenter
{
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

/* end body */
