/* CSS Document */
p.border { border: solid 1px black; }
p { padding: 2px; }
hr { color: #E31B40; }
a.link { font-size: 12px; color: #3139bd; font-family: Arial; text-decoration: none; }
a.link:hover { color: #E31B40; }
p.orange { background-color: #E31B40; }
.grey { background-color: #ccc; }

body {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header1 {
 margin-top: 1px;
 background: #fff url(images/header-bg.jpg) top center no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#header1 a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#header1 a:hover {
 text-decoration: none;
}
table#header2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
}
#header2 p {
 margin: 0px;
 padding: 0px;
}

