a 	{ 
	font-family: "Times New Roman", Times, serif; 
	color: black; 
	font-size:12pt;
	text-align:left;
	}

a:link {
	text-decoration: none;

}
a:visited {
	text-decoration:none;

}
a:hover {
	text-decoration: none;
}
a:active { 
	text-decoration: none;
}


.lightbluebg 
{	
background: #D5E8F5; 
}

.redbg 
{	
background: #CC0033;
}

.greenbg 
{	
background: green;
}

.yellowbg 
{	
background: yellow;
}

.whitebg 
{	
background: white;
}

.boldred{ color:red; font-size:12pt; font-weight:bold; }

.darkbluebg {	background: #ABD0EB;}
.bluebg {	background: #4999D4;}

.error{ color:red; font-weight:bold; font-size:14pt; }

.weatherzone { font-family: "Times New Roman", Times, serif; font-size: small; font-weight: normal; color: #323232; background-color: #EFEFEF; }
.weatherzone_head { font-family: "Times New Roman", Times, serif; font-size: small; font-weight: bold; text-align: center; color: #EFEFEF; background-color: #4185A5; }


.header{ color:black; font-size:48pt; font-weight:bold; }

.smallheader{ color:black; font-size:24pt; font-weight:bold; }

.floatimgleft {
float: left;
}

.floatimgright {
float: right;
}

.heading1
{ 
font-size:		24pt;
color:			black;
font-weight:	bold;
}


.heading2
{ 
font-size:		14pt;
color:			black;
font-weight:	bold;
}



.border_all
{
border: 1px solid black;
}

.notbold
{
color:black;
font-weight:normal;
}

.bold12
{
color:black;
font-weight:bold;
font-size:12pt;
}

.normal12
{
color:black;
font-weight:normal;
font-size:12pt;
}

.normal14
{
color:black;
font-size:	14pt; 
font-weight: normal;
}

.bold14
{
color:black;
font-size:	14pt; 
font-weight: bold;
}

.normal16
{ 
font-size:		16pt;
color:			black;
font-weight:		normal;
}

.bold16
{ 
font-size:		16pt;
color:			black;
font-weight:	bold;
}

.bold18
{ 
font-size:		18pt;
color:			black;
font-weight:	bold;
}

.red18
{ 
font-size:		18pt;
color:			red;
font-weight:	bold;
}

.bold26
{
color:black;
font-size:		26pt;
font-weight: bold;
}

.red26
{
color:red;
font-size:		26pt;
font-weight: bold;
}

.table_with_border
{
padding: 5px;
border-color: black;
border-style: solid;
border-width:1px;
}


