/* CSS */
.error  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ff0000;
}

.link{
	font-family : MS Sans Serif;
	font-size: 9 pt;
	font-weight: bold;
	font-style: normal;
	color: #404040;
}

.largeText  {
	font-size : 11 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #404040;
}

.normalText  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #404040;
}

.mediumText  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #404040;
}

.smallText {
	font-size: 9 pt;
	font-family : Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.smallTextBold {
	font-size: 9 pt;
	font-family : Arial;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.verySmallText {
	font-size: 7 pt;
	font-family : Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.sideLevel1  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #0873B5;
}

.sideLevel1_A  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ff0000;
}

.sideLevel2  {
	font-size : 9 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #404040;
}

.sideLevel3  {
	font-size : 9 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #606060;
}

.formText  {
	font-size : 8 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #404040;
}

.formField  {
	font-size : 8 pt; 
	font-family : Arial;
}

.header  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #0873B5;
	background-color : #f5f5f5;
}

.headerHelp  {
	font-size : 11 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #0873B5;
	cursor : help;
}

.smallWarningText  {
	font-size : 7 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0873B5;
}

.warningText  {
	font-size : 9 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0873B5;
}

BODY  {
	BACKGROUND-COLOR : #ffffff;
	MARGIN : 0;
}

TH  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #0873B5;
}

A  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0873B5;
	text-decoration: none;
}

A:Visited  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0873B5;
	text-decoration: none;
}

A:Active  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0873B5;
	text-decoration: none;
}

A:Hover  {
	font-size : 10 pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #ff0000;
	text-decoration: none;
}

/* JSS */

.link{
	fontFamily : MS Sans Serif;
	fontSize: 9 pt;
	fontWeight: bold;
	fontStyle: normal;
	color: #404040;
}

.largeText  {
	fontSize : 11 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #404040;
}

.normalText  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #404040;
}

.mediumText  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #404040;
}

.smallText {
	fontSize: 9 pt;
	fontFamily : Arial;
	fontWeight: normal;
	fontStyle: normal;
	color: #000000;
}

.smallTextBold {
	fontSize: 9 pt;
	fontFamily : Arial;
	fontWeight: bold;
	fontStyle: normal;
	color: #000000;
}
.sideLevel1  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #0873B5;
}
.sideLevel1_A  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #ff0000;
}
.sideLevel2  {
	fontSize : 9 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #404040;
}

.sideLevel3  {
	fontSize : 9 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #606060;
}

.formText  {
	fontSize : 9 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #404040;
}

.formField  {
	fontSize : 8 pt;
	fontFamily : Arial;
}

.error  {
	fontSize : 11 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #ff0000;
}

.header  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #0873B5;
	backgroundColor : #f5f5f5;
}

.headerHelp  {
	fontSize : 11 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #0873B5;
	cursor : help;
}

.smallWarningText  {
	fontSize : 8 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #0873B5;
}

.warningText  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #0873B5;
}

TH  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : bold;
	fontStyle : normal;
	color : #0873B5;
}

A  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #0873B5;
	textDecoration: none;
}

A:Visited  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #0873B5;
	textDecoration: none;
}

A:Active  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #0873B5;
	textDecoration: none;
}

A:Hover  {
	fontSize : 10 pt;
	fontFamily : Arial;
	fontWeight : normal;
	fontStyle : normal;
	color : #ff0000;
	textDecoration: none;
}


