﻿body
{
	color: gray;
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
}
.tbox
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
	font-size: 12px;
}
.lbg
{
	background-image: url(images/lbg.gif);
	background-repeat: repeat-x;
	background-color: transparent;
}
.rbg
{
	background-image: url(images/rbg.gif);
	background-repeat: repeat-x;
	background-color: transparent;
}
.heading
{
	font-weight: bold;
	font-size: 13px;
	font-family: 'Arial Narrow';
	color: #000000;
    text-align: center;
}
.subheading
{
	font-weight: bold;
	font-size: 11px;
	font-family: 'Verdana';
	color: #000000;
}
A:link
{
	color: #e31973;
	text-decoration: none;
}
.hsep
{
	background-image: url(images/hl.gif);
	background-repeat: repeat-x;
	height: 6px;
	background-color: transparent;
}
.vsep
{
	background-image: url(images/vl.gif);
	background-repeat: repeat-y;
	background-color: transparent;
	width: 14px;
}
.vsepbig
{
	background-image: url(images/vlbig.gif);
	background-repeat: repeat-y;
	background-color: transparent;
	width: 40px;
}
A:hover
{
	color: #000000;
	text-decoration: underline;
}
A:visited
{
	color: #e31973;
	text-decoration: none;
}
.topmenu
{
	text-transform: uppercase;
	text-decoration: none;
	color: #cccccc !important;
	font-weight: bold;
}
.topmenu:hover
{
	text-transform: uppercase;
	text-decoration: overline;
	color: #e31973 !important;
	font-weight: bold;
}
.pink
{
	color: #e31973 !important;
}
.black
{
	color: #000000 !important;
}
.trans
{
	color: #cccccc;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: static;
}
H1
{
	font-weight: bold;
	font-size: 16px;
	font-family: 'Arial Narrow';
	color: #000000;
}
.maincell
{
	text-align: justify;
}
.subscript
{
    font-size: 9px;
    vertical-align: top;
    color: #e31973 !important;
    font-weight: bold;
}
