﻿body {
	margin: 0px;
	padding: 0px;
    background-color: #D1D1D1;
    background-position: center;
	font-family: Verdana;
	font-size: 12px;
	color: #4C5359;
	text-decoration: none;
	font-weight : normal;
    font-style: normal;
    text-align: center;
}

h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
	font-weight : bold;
    font-style: normal;
}

h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #003399;
	text-decoration: none;
	font-weight : bold;
    font-style: normal;
}

#welcomemessage {
	padding: 9px;
	color: white;
}

#accountmessage {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background: #FFFFCC;
	padding: 10px;
	color: red;
	font-weight: bold;
}

#headerlink {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

#information {
	text-align: left;
}

#information a {
		color: #CC0000;
}

#footer {
    font-size: 11px;
    color: #000000;
    text-align: left;
    background-image: url('images/bar.jpg'); 
    background-repeat: repeat;
    text-decoration: none;
    padding: 5px;
    line-height: 1.8
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#copyright {
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #FF9933;
    text-align: center;
    line-height: 2.0
}

#copyright a {
	color: #FF9933;
}

table.bagrid {
	border-collapse: collapse;
}

table.bagrid td {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 5px;
	font-size: 12px;
} 

table.bagrid tr.odd {
	background-color: #E6E6E6;
} 

table.bagrid tr.even {
	background-color: #FFFFFF; 
} 

table.baclear {
	border-collapse: collapse;
}
table.baclear td {
	border-style: solid;
	border-width: 0px;
	padding: 5px;
	font-size: 12px;
} 

table.baclear tr.odd {
	background-color: #E6E6E6;
} 

table.baclear tr.even {
	background-color: #FFFFFF; 
} 

table.baoutline {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-collapse: collapse;
	padding: 5px;
	font-size: 12px;
}

table.baoutline td {
	border-style: none;
	padding: 10px;
	font-size: 12px;
} 

#search {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

table.side {
	border-left-style: solid;
	border-left-color: #425a8c;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #425a8c;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #425a8c;
	border-bottom-width: 15px;
}

table.side td {
	border-top-style: solid;
	border-top-color: #425a8c;
	border-top-width: 15px;
	padding: 5px;
	text-align: left;
}

table.side a {
	color: #CC0000;
}