/* See: Dave Raggett's Introduction to CSS
** http://www.w3.org/MarkUp/Guide/Style (general)
** http://robertdenton.org/reference/css-tables-tutorial.html (tables)
** http://icant.co.uk/csstablegallery/index.php?css=92#r92 (css table templates)
Courier New, 
*/

body {
    font-family: sans-serif, Tahoma;
  	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
    margin-left: 4%; 
    margin-right: 4%;
    background: #87AEC5;
}

p.PageHeading {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0px;
margin-right: 300px;
color: #000000;
font-size: 14px;
font-weight: bold;
}

p.HR {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0px;
margin-right: 300px;
border-bottom: 2px solid #003B62;
}

p.ItemHeading {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0px;
margin-right: 300px;
color: #000000;
font-size: 14px;
font-weight: bold;
}

p.ItemInfo {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0px;
margin-right: 300px;
color: #000000;
font-size: 14px;
}

p.FormPara {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0px;
margin-right: 300px;
color: #000000;
font-size: 14px;
}

table.FormAlign
{
width: 500px;
font-family: sans-serif, Tahoma;
font-size: 14px;
color: #000000;
font-weight: normal;
font-style: normal;
margin: 0px;
padding: 0px;
}

td.FormAlignRow
{
width: 400px;
font-family: sans-serif, Tahoma;
font-size: 14px;
color: #000000;
font-weight: normal;
font-style: normal;
margin: 0px;
padding: 0px;
}


table.DisplayUsersTable {
text-align: center;
font-family: Courier New;
font-weight: normal;
font-size: 12px;
width: 600px;
border-top: 2px solid #6699CC;
border-bottom: 2px solid #6699CC;
border-left: 2px solid #6699CC;
border-right: 2px solid #6699CC;
}

td.DisplayUsersRow {
border-top: 1px solid #6699CC;
border-bottom: 1px solid #6699CC;
border-left: 1px solid #6699CC;
border-right: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
text-indent: 5px;
font-family: Courier New;
font-weight: bold;
font-size: 12px;
color: #404040;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 2px;
padding-right: 2px; 
}

td.DisplayUsersTableHeader {
border-top: 1px solid #6699CC;
border-bottom: 1px solid #6699CC;
border-left: 1px solid #6699CC;
border-right: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
text-indent: 5px;
font-family: Courier New;
font-weight: bold;
font-size: 12px;
color: #404040;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 2px;
padding-right: 2px; 
}

td.DisplayUsersTableHeaderMessage {
border-top: 1px solid #6699CC;
border-bottom: 1px solid #6699CC;
border-left: 1px solid #6699CC;
border-right: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
text-indent: 5px;
font-family: Courier New;
font-weight: bold;
font-size: 16px;
color: #404040;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 2px;
padding-right: 2px; 
}



.normal {
    font-family: sans-serif, Tahoma;
  	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


:link { color: rgb(0, 0, 0) }         /* for unvisited links */ 
:visited { color: rgb(0, 0, 0) }    /* for visited links */ 
a:active { color: rgb(255, 0, 0) }    /* when link is clicked */ 
a:hover { color: rgb(150, 0, 0) }      /* when mouse is over link */
