/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0 0 20px 0;
 background: #FFF;
 color: #000;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {}
a:hover {}
a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6 {
 margin: 0 0 15px;
 font-weight: bold;
 font-size: 17px;
}

h3,h4 {
 font-size: 15px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {}
.EvenRow {}
.WinBorder td.Content {}
.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {}
td.WinBorder {}
.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {}

#PageContainer {
 margin: 0 auto;
 width: 727px;
 text-align: left;
 position: relative;
}

#HeaderContainer {}
#HeaderLogo {}
#ContentContainer {}
#NavContainer {}
#Nav {}

#Content {
 padding: 20px 0;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
 background: #E7E7E7;
}

#FooterContainer td {
 padding: 10px;
 color: #000;
 font-size: 11px;
}

#FooterContainer a,#FooterContainer a:hover {
 margin: 0 5px;
 color: #000;
 font-weight: normal;
 text-decoration: none;
}

