body, td, th {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}

small {
	font-family: verdana, arial,helvetica,sans-serif;
	font-size: 10px;
}

a.small {
	font-family: verdana, arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
    color: #000099
}

a:hover.small {
	font-family: verdana, arial,helvetica,sans-serif;
	font-size: 10px;
    text-decoration: underline;
    color: #000099
}

a {
    font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
    color: #FF3300;
}

a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    text-decoration: underline
}

.greyText {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
    color: #666666
}

.tableTitle {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.tableExtras {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


input {
	font-family: arial,helvetica,sans-serif;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
select.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

textarea.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
 }

.notice {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #FFFFCC;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1;
    padding-left: 8;
    padding-right: 8;
    padding-top: 2;
    padding-bottom: 2
}

.ButtonNormal
{
	background-color: buttonface;
	border-left: buttonface solid 1px;
	border-top: buttonface solid 1px;
	border-right: buttonface solid 1px;
	border-bottom: buttonface solid 1px;
}

.ButtonPressed
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonhighlight solid 1px;
	border-bottom: buttonhighlight solid 1px;
}

.ButtonMouseOver
{
	background-color: buttonface;
	border-left: buttonhighlight solid 1px;
	border-top: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
}

.ButtonDisabled
{
	background-color: buttonhighlight;
	border-left: buttonface solid 1px;
	border-top: buttonface solid 1px;
	border-right: buttonface solid 1px;
	border-bottom: buttonface solid 1px;
}

.Toolbar
{
	background-color: buttonface;
	border-left: buttonhighlight solid 1px;
	border-top: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
	height: 30px;
}

.Divider
{
	background-color: buttonface;
	border-left: buttonshadow solid 1px;
	border-top: buttonshadow solid 1px;
	border-right: buttonhighlight solid 1px;
	border-bottom: buttonhighlight solid 1px;
	width: 2px;
	height: 24px;
}

.Swatch
{
	background-color: buttonface;
	border-left: buttonhighlight solid 1px;
	border-top: buttonhighlight solid 1px;
	border-right: buttonshadow solid 1px;
	border-bottom: buttonshadow solid 1px;
	width: 3px;
	height: 24px;
}

.Space
{
	background-color: buttonface;
	width: 0px;
	height: 24px;
}

.List
{
	font: 10px verdana,arial,sans-serif
}

.Text
{
	font: 10px verdana,arial,sans-serif
}

@media print {
    .invisible  { display: none; }
}
   
