/* * * * * * GLOBALS * * * * * */
body {
margin: 0 auto;
background-color: #5D6A7D;
background-image: url(_images/bggrad.jpg);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6F6F6F;
}

a {
color: #5D7696;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #C7D3E2;
font-weight: bold;
}

.title {
font-weight: bold;
font-size: 12px;
}

.titlebig {
font-weight: bold;
font-size: 14px;
}

.upgrade {
width: 400px;
height: 100px;
margin: 100px auto 0px auto;
border: 10px solid #EAEAEA;
background-color: #FFFFFF;
text-align: left;
}

.padit {
padding: 15px;
}

.smalltxt {
font-size: 9px;
}

#container {
width: 650px;
margin: 0 auto;
text-align: left;
}

.titleimg {
margin-top: 54px;
}

.imgborder {
border: 1px solid #EAEAEA;
}

#contentbox {
width: 650px;
margin: 10px auto 0px auto;
border: 10px solid #EAEAEA;
background-color: #FFFFFF;
text-align: left;
}


/* * * * * * FORMS * * * * * */

.required {
font-weight: bold;
text-align: right;
}

