BODY  	{
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14pt;
	border: 0px solid #000000;
	background: transparent;
	background-color:#ffffff;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
}

table {
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14pt;
}

td	{
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14pt;
}

hr {
	background-color:transparent;
	color: #000000;
	height:1px;
}

img {
	border: 0px solid #000000;
        max-width: 100%;
		height:auto;
}

A {
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size: 14pt;
	color: Blue;
}

A:Hover {
	color: Red;
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size: 14pt;
}

A.black {
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size: 14pt;
	color: Black;
}

A.black:Hover {
	color: Red;
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size: 14pt;
}

A.menu {
	DISPLAY: block;
	WIDTH: 100%;
	HEIGHT: 100%;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14pt;
}

A.menu:hover {
	DISPLAY: block; WIDTH: 100%;
	COLOR: #eeeeee;
	BACKGROUND-COLOR:#6f6f6f;
	TEXT-DECORATION: none;
	font-family:"pnRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size : 14pt;
}

.maintable {
	width: 760px; 
}

.center {
	text-align: center;
}

.lineheight {
	line-height:18pt;
}

.height50 {
	height:50px;
}

.menutitle {
	font-family: Verdana;
	font-size: 14pt;
	TEXT-ALIGN: center;
	BACKGROUND-COLOR:#89A4BF;
	COLOR: #FFFFFF;
}

.toptext {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}

.tdspace {
	font-size: 1px;
	height: 1px;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #cccccc;
	padding: 0px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}

.fontwhite {
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.titletopleft {
	letter-spacing: 6px;
	font-family: Impact,sans-serif,Verdana;
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
}

.textright {
	TEXT-ALIGN: right;
}

.textcourier {
	font-family: Courier,Courier New,Times,Arial,Verdana;
	font-size: 10px;
}

.source {
        width: 379px;
        border: 1px solid #174b68;
        background-color:#ffffff;
        font-size: 11px;
	font-family: Verdana,Sans-Serif;
	color: #174b68;
	font-weight: normal;
}       

.textbox {
	background: transparent;
	background-color: White;
	border: 1px solid #000000;
	color: #000000; 
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 14pt; 
	text-align: left; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #000000;
}

@media (max-width:399px){
.responsive{width:95%}
.responsive_div{max-width:100%;float:left;min-width:100px;padding:5px;}
.main{width:95%}
}
@media (min-width:400px){
.responsive{width:350px}
.responsive_div{float:left;min-width:100px;max-width:100%;padding:5px;height:300px;}
.main{width:800px;max-width:95%;}
}
.navbar {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/*
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
*/

.main_margin {
    margin-top: 30px;
}

#rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
}
