/* global */

* {
 COLOR: black;
 FONT-FAMILY: Arial, Helvetica;
 FONT-SIZE: 12px;
}
body {
 background:url(../images/bg.jpg);
 background-color: white;
 margin: 50 0 50 0;
}
img {
 border-style: none;
}
.outerLayout {
 width: 800px;
 border: 2px solid #0c1281;
 height: 400px;
 background-color: 8a8ff1;
}
.titleBar {
 text-align: center;
 vertical-align: top;
 height: 64px;
}
.title{
 font-weight: bold;
}
.large{
 font-size: 13px;
}
.headerLarge{
 font-size: 20px;
}
.red{
 color: #cb0013;
}
.center{
 text-align: center;
}
.bold{
 font-weight: bold;
}