
a:visited, a:link {
	color: #E87C4B;
	text-decoration: underline;
}

a:hover {
	color: #D0362E;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #D0362E;
	font-weight: bold;
	text-decoration: underline;
}

.box:link	{
	color : #E87C4B;
	font-weight : normal;
	text-decoration : none;
	cursor:default;
}

.box:visited {
	color : #E87C4B;
	font-weight : normal;
	text-decoration : none;
	cursor:default;
}

.box:hover {
	color : #E87C4B;
	font-weight : normal;
	text-decoration : none;
	cursor:default;
		
}

.box:active {
	color : #E87C4B;
	font-weight : normal;
	text-decoration : none;
	cursor:default;
}

.poin {	cursor:pointer;cursor:hand;
	font-weight:bold;
	text-decoration: underline;
}

.pbox  {margin-bottom: 0;
 	margin-top: 3px;
 	text-transform: capitalize;
 	font-size: 12px;
	color : #E87C4B;
 	
}

body {
	background-image: url(images/bk.jpg);
	color: #FAE5B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #3A9BEA;
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	color: #3A9BEA;
	font-size: 14px;
	text-transform: uppercase;
}

h3 {
	color: #3A9BEA;
	font-size: 12px;
	text-transform: uppercase;
}

p, td {
	color: #FAE5B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyrights {
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
}

.date {
	color: #FFFFFF;
	font-size: 10px;
}

.bord {
	border: #E87C4B;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: dotted;
	border-top-width: 1px;
}

.infobox {
	background-image: url(images/bk.jpg);
	border: #DF8340;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-style: double;
	border-top-width: 5px;
	color: #000000;
}

.navbk {
	background-image: url(images/bknav.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.navbkmain {
	background-image: url(images/bknavmain.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.bodlnk {
	cursor:pointer;cursor:hand;font-weight:bold;text-decoration: underline;color:#3A9BEA;
}

.headline {
	font-size: 14px; font-weight: bold;
}

.sidelnk {
	color: #E87C4B; font-weight: bold; text-transform: uppercase;text-decoration: none
}

.sidelnk:link {
	color: #E87C4B; font-weight: bold; text-transform: uppercase;text-decoration: none
}

.sidelnk:visited {
	color: #E87C4B; font-weight: bold; text-transform: uppercase;text-decoration: none
}

.sidelnk:hover {
	color: #D0362E; font-weight: bold; text-transform: uppercase; text-decoration: none
}

.sidelnk:active {
	color: #D0362E; font-weight: bold; text-transform: uppercase; text-decoration: none
}

}

.cell1 {
	background-color: #FAE5B8;
	padding-right: 5px;
	padding-left; 5px;
	width: 100px;
	text-align: left;
	font-size: 14px;
	font-family: "Arial", sans serif;
	color: #444444;
	font-weight: bold;
}

.cell2 {
	background-color: #FAE5B8;
	padding-right: 5px;
	padding-left; 5px;
	width: 400px;
	text-align: left;
	font-size: 12px;
	font-family: "Arial", sans serif;
	color: #444444;
	font-weight: bold;
}

th {
	font-size: 14px;
	color: #3A9BEA;
	text-transform: uppercase;
	}

.lh10 {line-height: 10px; 
}

.lh15 {line-height: 15px; 
}

.lh20 {line-height: 20px; 
}

.lh25 {line-height: 25px; 
}

.lh30 {line-height: 30px; 
}