.font10pt {

	font-size : 10pt;


  line-height : normal;
  word-spacing : normal;
  letter-spacing : normal;
  
  font-weight : normal;
}

.font12pt {

	font-size: 12pt;

}

.font14pt {

	font-size: 14pt;

}

.font16pt {

	font-size: 16pt;

}

.bold {

	font-weight: bold;

	text-transform: none;

}

.italy {

	font-style: italic;

}

.line-height {

	line-height: 130%;

}

body {

	margin: 0px;

	padding: 0px;

}

.background {

	background-color: #FFFFFF;

	background-image: url(images/body_back.gif);

}

a:link {  color: #000099; text-decoration: underline;}

a:visited {  color: #003333; text-decoration: underline;}

a:hover {  color: #990000; text-decoration: none;}

a:active {  color: #FF0000; text-decoration: none;}

.leftback {

	background-image: url(images/left_back.gif);

	background-repeat: repeat-y;

}

.rightback {

	background-image: url(images/right_back.gif);

	background-repeat: repeat-y;

}

