﻿/* Styles for HTML Elements */
body 
{
	margin: 0px 0px 0px 0px;
	background-color: #DBDAC9;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight : normal;
	color: #000000;
}

html, body
{
	height: 100%;
}

table, img
{
	border: none;
}

p, span, td
{
	font-size : 12px;
	line-height : 18px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
}

.P10 { padding: 10 0 10 0; }
.M10 { padding: 10 0 10 0; }
.NTP { padding-top: 0px; }

/*Styles for effective table bordering*/
.BC
{
	border: solid 1px;
	border-collapse: collapse;
}

.B { font-weight: bold; }

ul
{
	margin-top: 0px;
}

/*Disaster Images*/
.DI
{
	 width: 150px;
	 padding-left: 10px;
	 float: right;
}

/*Institutional Images*/
.II, .NIR
{
	 padding-left: 10px;
	 padding-right: 0px;
	 float: right;
}

.W100 { width: 100px; }
.W150 { width: 150px; }
.W200 { width: 200px; }

/*Cross-browser Horizontal Rules*/
hr
{
	height: 1px;
	border-style: none;
	background-color: Gray;
	color: Gray;
}

/*Default Links*/
a, a:visited
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Menu Links */
.menu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: White;	
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px;
}

a.menu, a.menu:visited
{
	font-size: 11px;
	color: White;	
	text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}


/*Headers*/
h1
{
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}

.header2
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 9pt;
	COLOR: #990000;
	font-weight: bold;
}


/*Input Buttons*/
.btn
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#006699;
	background-color:#006699;
}

/*Moving Pads Images*/
.NI
{
	 padding-right: 10px;
	 padding-left: 0px;
	 float: left;
}

.C { text-align: center; }

.RR
{
	padding: 2px;
	width: 225px;
	height: 338px;
}

.IC
{
	padding: 2px;
	width: 250px;
	height: 334px;
}

