/*
Page-wide tags 
*/
body {
	margin-left: 10px;
	margin-right: 3px;
	margin-top:8px;
	margin-bottom: 3px;
	font-family: arial, sans-serif;
	font-size:12px;
	background:#62B6D4  /* #192354 url(bg_black.jpg) repeat-x;*/;
	text-align: left;
}

p, table {
font-family: arial, sans-serif; 
font-size:12px;
text-align: left;
}

input, textarea {
FONT-WEIGHT: normal; 
COLOR: #000000;
font-family: arial, sans-serif; 
font-size:12px;
text-align: left;
}

h4 {
FONT-WEIGHT: bold; 
font-family: arial, sans-serif; 
font-size:15px;
margin-left: 1px;
margin: -4px;
text-align: left;
}

h5 {
FONT-WEIGHT: bold; 
font-family: arial, sans-serif; 
font-size:15px;
margin-left: 1px;
margin: -4px;
text-align: left;
}
/*
Table styles
*/
.wardswhite {
Border: 1px Solid #999999;
FONT-WEIGHT: normal; 
COLOR: #000000;
font-family: arial, sans-serif; 
font-size:12px;
background-color: white;
text-align: left;
}
.wardswhite-dotted {
Border: 1px solid #999999;
Padding: 5px;
FONT-WEIGHT: normal; 
COLOR: #000000;
font-family: arial, sans-serif; 
font-size:12px;
background-color: #F3F3F3;
text-align: left;
}

.wardslightblue-dotted {
Border: 2px solid #999999;
Padding: 5px;
FONT-WEIGHT: normal; 
COLOR: #000000;
font-family: arial, sans-serif; 
font-size:12px;
background-color: #E1F0FF;
text-align: left;
}

.wardswhite-noborder {
FONT-WEIGHT: normal; 
COLOR: #000000;
font-family: arial, sans-serif; 
font-size:12px;
background-color: white;
text-align: left;
}

.wardsgrey {
FONT-WEIGHT: normal; 
MARGIN-BOTTOM: 3px; 
COLOR: #ffffff;
font-family: arial, sans-serif; 
font-size:12px;
background-color: #999999;
text-align: left;
}

.wardsgrey-border {
Border: 1px solid #ffffff;
FONT-WEIGHT: normal; 
MARGIN-BOTTOM: 3px; 
COLOR: #ffffff;
font-family: arial, sans-serif; 
font-size:12px;
background-color: #999999;
text-align: left;
}

.wardsgrey-smalltxt {
FONT-WEIGHT: normal; 
MARGIN-BOTTOM: 3px; 
COLOR: #ffffff;
font-family: arial, sans-serif; 
font-size:8pt;
background-color: #999999;
text-align: left;
}

.wardswhite-smalltxt {
FONT-WEIGHT: normal; 
MARGIN-BOTTOM: 3px; 
COLOR: #000000;
font-family: arial, sans-serif; 
font-size:8pt;
background-color: transparent;
text-align: left;
}

.wardsspacer {
MARGIN-TOP: 0px;
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FONT-WEIGHT: normal; 
MARGIN-BOTTOM: 0px; 
PADDING-BOTTOM: 0px; 
COLOR: #666; 
PADDING-TOP: 0px; 
font-family: arial, sans-serif; 
font-size:12px; 
MARGIN-LEFT: 0px; 
MARGIN-RIGHT: 0px; 
background-color: transparent;
text-align: left;

}
/* Defining multiple CSS link styles */
a.black:link { 
color: #000000; 
font-weight:bold; 
background-color: transparent;
text-decoration:underline;
}
a.black:visited { 
color: #000000; 
font-weight:bold; 
background-color: transparent;
text-decoration:underline;
} 

a.black:active {
color: #000000; 
font-weight:bold; 
background-color: transparent;
text-decoration:underline;
} 

a.black:hover { 
color: red; 
font-weight:bold; 
background-color: transparent;
text-decoration:underline;
} 

a.blackthin:link { 
color: #000000;
background-color: transparent;
text-decoration:underline;
}

a.blackthin:visited { 
color: #000000; 
background-color: transparent;
text-decoration:underline;
} 

a.blackthin:active {
color: #000000; 
background-color: transparent;
text-decoration:underline;
} 

a.blackthin:hover { 
color: red; 
background-color: transparent;
text-decoration:underline;
} 

a.white:link { 
color: #ffffff; 
font-weight:bold; 	
background-color: transparent;
text-decoration:none;
}
a.white:visited { 
color: #ffffff; 
font-weight:bold; 
background-color: transparent;
text-decoration:none;
} 
a.white:active {
color: #ffffff; 
font-weight:bold; 
background-color: transparent;
text-decoration:none;
} 

a.white:hover { 
color: #000066; 
font-weight:bold; 
background-color: transparent;
text-decoration:underline;
} 

a.whitethin:link { 
color: #ffffff;	
background-color: transparent;
text-decoration:none;
}
a.whitethin:visited { 
color: #ffffff; 
background-color: transparent;
text-decoration:none;
} 
a.whitethin:active {
color: #ffffff; 
background-color: transparent;
text-decoration:none;
} 

a.whitethin:hover { 
color: #000066; 
background-color: transparent;
text-decoration:underline;
} 

a.grey:link { 
color: #000000; 
font-weight:bold; 	
background-color: transparent;
text-decoration:none;
}
a.grey:visited { 
color: #000000; 
font-weight:bold; 
background-color: transparent;
text-decoration:none;
} 
a.grey:active {
color: #000000; 
font-weight:bold; 
background-color: transparent;
text-decoration:none;
} 
a.grey:hover { 
color: red; 
font-weight:bold; 
background-color: transparent;
text-decoration:underline;
} 
h3 {
	margin: 2px;
	padding: 2px;
	font-style: italic;
}

