/* ****************** GENERAL FORMATTING ****************** */

.basic {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image:url(images/jaller_logo_gry.gif);
	background-repeat:no-repeat;
}

.basic2 {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image:url(images/bg_archangel.jpg);
	background-repeat:no-repeat;
}

.basic2 {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.caption {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

.borderTable {
	border:2px solid #000000;
}

/* ****************** LINKS ****************** */

A:link  {
	color: #000000;
	TEXT-DECORATION: underline;
}
A:visited  {
	color: #000000;
	TEXT-DECORATION: underline;
}
A:hover  {
	color: #666666;
	TEXT-DECORATION: underline;
}
A:active  {
	color: #000000;
	TEXT-DECORATION: underline;
}
