@charset "utf-8";
/*text styles*/
/*links*/
.cap {
  /*for the captions below images*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #FFFFFF;
  font-weight: bold;
}.normal {
	/*to be used in single line text usu. centered: x-small sans-serif, white.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}.normal a:link {
	/*general link: x-small sans-serif font in small caps. color defined in photoshop. no underline.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FCB334;
	text-decoration: none;
	font-weight: bold;
}.normal a:hover {
	/*mouse over link: same as above, but text color is white.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}.normal a:active {
	/*onClick link: same as general link, but text color is same as link box.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FCB334;
	text-decoration: none;
	font-weight: bold;
}.normal a:visited {
	/*after a link is clicked: same as hover link.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FCB334;
	text-decoration: none;
	font-weight: bold;
}
.normalmod {
	/*to be used in paragraphs: x-small sans-serif, white, justified.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}.lists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}.lists a:link {
	/*general link: x-small sans-serif font in small caps. color defined in photoshop. no underline.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FCB334;
	text-decoration: none;
}.lists a:hover {
	/*mouse over link: same as above, but text color is white.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}.lists a:active {
	/*onClick link: same as general link, but text color is same as link box.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FCB334;
	text-decoration: none;
}.lists a:visited {
	/*after a link is clicked: same as hover link.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}.current a:link {
	/*general link: x-small sans-serif font in small caps. color defined in photoshop. no underline.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}.current a:hover {
	/*general link: x-small sans-serif font in small caps. color defined in photoshop. no underline.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FCB334;
	text-decoration: none;
	font-weight: bold;
}.current a:active {
	/*general link: x-small sans-serif font in small caps. color defined in photoshop. no underline.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}.current a:visited {
	/*general link: x-small sans-serif font in small caps. color defined in photoshop. no underline.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*user defined*/
.headertext {
	/*to be used as a header line. small sans-serif, white.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

