td {
	font-family:Tahoma;
	font-size:12px;
}

td.slogan {
	font-family:Tahoma;
	font-size:14px;
    font-weight: bold;
}

.welcome {
	font-family:Tahoma;
	font-size:16px;
}

form
{
	margin:0px;
}

a.subnav {
	font-family:Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
	color:#000000;
}

A.subnav:Hover  {
	color : #FF0000;
	text-decoration : underline;
}


a.menuitem {
	font-family:Tahoma;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

A.menuitem:Hover  {
	color : #FF0000;
	text-decoration : underline;
}

a.faqlink {
	font-family:Tahoma;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
	color:#0000ff;
}

A.faqlink:Hover  {
	color : #FF0000;
	text-decoration : underline;
}

a.faq {
	font-family:Tahoma;
	font-size:14px;
	text-decoration: underline;
	font-weight: bold;
	color:#000000;
}


/*
a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#596F80;
}

A:Hover  {
	color : #596F80;
	text-decoration : underline;
}
*/

h1.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
    text-align: center;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px
}

H1.original {
	color: #596F80;
	font-weight: bold;
	font-size : 16px;
}

.whitetext {
	FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Tahoma, Verdana, Arial, helvetica; TEXT-DECORATION: none
}

.forminput {
    font-family: Tahoma,Verdana,Arial;
    font-size: 9pt;
}

.forminputdisabled {
    font-family: Tahoma,Verdana,Arial;
    font-size: 9pt;
    background-COLOR : DDDDDD;
}

.forminputlabel {
    font-family: Tahoma,Verdana,Arial;
    font-size: 10pt;
}

input.button
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-family: Tahoma,Verdana,Arial;
    font-size: 8pt;
    text-align: center
}

input.flatButton {
	background-color: #F2F2F2;
	font-family: Verdana, Arial;
	font-size: 10pt;
	border: 1px solid #214263;
    COLOR : 000080;
}

input.flatButtonHover {
	background-color: #DEDEDE;
	font-family: Verdana, Arial;
	font-size: 10pt;
	border: 1px solid #214263;
    COLOR : 0000FF;
    TEXT-DECORATION: underline;
}

.blackcellborder {
    border-color: #000000;
    border: 1px solid #000000;
}

.bluecellborder {
    border: 1px solid #6699CC;
}

/* USED IN THE SIGNUP AND VIEW PAGES */
p.headertext {
    color:#ffffff;
    font-size:16px;
    font-weight: bold;
    text-align: center;
}

table.category75 {
    width: 75%;
    border: 1px solid #6699CC;
}

table.category {
    border: 1px solid #6699CC;
}

tr.header {
    background: #6699CC;
}

textarea.ruled {
	width: 100%;
	border-right: 1px outset #999999;
	border-top: 1px outset #435BBC;
	border-left: 1px outset #435BBC;
	border-bottom: 1px outset #cccccc;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(/images/txtarea.gif);
}
/* END SIGNUP AND VIEW PAGES */
