/* CSS Document */

.hlt { background-color: #FF941B;
                  color: white;
}
        

.borderpic {
	border: 1
}

img {
	border: 0
}


body {
	font-size:12px;
	text-align:left;
	color: #595959;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a {
	font-size:10px;
	font-weight: bold;
	text-align:center;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0; 
}

a:hover {
	
	font-size:10px;
	font-weight: bold;
	text-align:center;
	color:#666666;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0;
}

.other a {
 	font-size:11px;
	font-weight: bold;
	text-align:left;
	color:#007898;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0;
}

.other a:hover {
 	font-size:11px;
	font-weight: bold;
	text-align:left;
	color:#FF941B;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0;
}

.blog a {
	color: #FF941B;
	font-size: 14px;
}

.blog a:hover {
	color: #007898;
	font-size: 14px;
}

.bottom {
	font-size:12px;
	text-align:center;
	color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.bottom:hover {
	font-size:12px;
	text-align:center;
	color: #FF941B;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1 {
	color:#007898;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif}

.table2 {
	border-style: dashed; 
	border-width: 1px;
	border-color: #93C8B8;
}

.style4 {
	color: #D7CB08;
	font-weight: bold;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
html { overflow-y: scroll; }