/* Title in menus */
.menutitle {
	font-size: 0.99em; 
	color: #FFFFFF;
	text-decoration: none;
}

A.menutitle:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

/* Items in menu */
A.menutext {
	font-size: 0.99em; 
	color: #FFFFFF;
	text-decoration: none;
}

A.menutext:hover {
	text-decoration: underline;
	color: #FFFFCC;
}


/* Copyright text */
.copyright {
	/*
	font-family : Author99, ScriptTM, serif;
	font-size: 0.88em; 
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.88em; 
	color: #9999CC;
	text-decoration: none;
}

A.copyright {
	color: #9999CC;
	text-decoration: none;
}

A.copyright:hover {
	color: #666699;
	text-decoration: underline;
}

A.copyright:active {
	color: #666699;
	text-decoration: underline;
}


/* Back to up text */
.backup {
	/*
	font-family : Author99, ScriptTM, serif;
	font-size: 0.88em; 
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.88em; 
	color: #9999CC;
	text-decoration: none;
}

A.backup {
	color: #9999CC;
	text-decoration: none;
}

A.backup:hover {
	color: #666699;
	text-decoration: underline;
}

A.backup:active {
	color: #666699;
	text-decoration: underline;
}


/* Breviate items */
A.breviate:visited {
	font-weight : lighter;
	text-decoration: underline;
	color: #333366;
}

A.breviate:active {
	color: black;
	text-decoration: underline;
}

A.breviate {
	color: #333366;
	font-weight : bolder;
	text-decoration: none;
}

A.breviate:hover {
	color: navy;
	text-decoration: underline;
}

P.breviate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  0.88em;
	color: #333366;
}

/*
Links are smaller, if this is specified?
.breviate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  0.77em;
	color: #333366;
}
*/

/* Justified */
P.breviatejustify {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  0.88em;
	text-align: justify;
	color: #333366;
}


/* Breviate titles */
.breviatetitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.11em; 
	color: #333366;
	text-decoration: none;
	letter-spacing: 0.15em;
}

.breviatetitlenotice {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.11em; 
	color: #bc0000;
	text-decoration: none;
	letter-spacing: 0.15em;
}



/* Normal text*/
A.normal:visited {
	text-decoration: underline;
	color: #333366;
}

A.normal:active {
	color: black;
	text-decoration: underline;
}

A.normal {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  0.99em;
	color: #333366;
	text-decoration: underline;
}

A.normal:hover {
	color: navy;
	text-decoration: underline;
}

P.normal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  0.99em;
	color: #333366;
}

P.normallarge {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  1.11em;
	color: #333366;
}

/*
Links are smaller, if this is specified?
.normal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  0.88em;
	color: #333366;
}
*/

/* Normal text titles */
.normaltitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.22em; 
	color: #333366;
	text-decoration: none;
	letter-spacing: 0.15em;
}

A.normaltitle:visited {
	text-decoration: underline;
	color: #333366;
}

A.normaltitle:active {
	color: black;
	text-decoration: underline;
}

A.normaltitle {
	text-decoration: underline;
}

A.normaltitle:hover {
	color: navy;
	text-decoration: underline;
}




/* Main titles */
.emphasizedtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.99em;
	color: #333366;
	letter-spacing: 0.2em;
}

.emphasizedtitlelarge {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.47em;
	color: #333366;
	font-weight : lighter;
	letter-spacing: 0.3em;
}


/* Overriden HTML */
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333366;
}

P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333366;
}

SPAN, DIV, UL {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333366;
}

TH, TD, FONT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  0.88em;
	color: #333366;
}

B {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.66em;
	color: #333366;
	font-weight : lighter;
	letter-spacing: 0.5em;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.17em;
	color: #333366;
	font-weight : bold;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.97em;
	color: #333366;
	font-weight : bold;
}

.formfield {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCFF;
	border-style: solid;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

.formbutton {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666699;
	font-weight:lighter;
	color: #FFFFFF;
	border-style: solid;
	border-bottom:1px solid #000000;
 	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}




