
/**
 * HTML Tags
 */

A, A:link, A:active, A:visited, A:hover {
  color: #6796bb;
  text-decoration: underline;
}

A:hover {
  color: #6796bb;
}

BODY {
  margin: 0px;
  padding: 0px;
  background: #6aade2 url('/images/default/bgs/popup.jpg') no-repeat;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Arial,Helvetica,sans-serif;
  margin: 16px 0px;
}

H1 {
  color: #5daae3;
  font-size: 24px;
  margin-bottom: 24px;
}

H2 {
  font-size: 16px;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #333333;
}

IMG {
  border: 0px;
}

P, UL {
  margin-top: 0px;
  margin-bottom: 16px;
}

B, STRONG {
  color: #012d53;
}


/**
 * Header
 */

#header {
  width: 640px;
  height: 100px;
}

#header .links {
  float: right;
  color: #ffffff;
  padding: 10px 16px;
}

#header .links A {
  color: #ffffff;
  font-weight: bold;
  padding: 0px 4px;
}


/**
 * Content
 */

#content {
  width: 640px; 
  height: 510px;
}

#content .padding {
  padding: 10px 20px 0px 30px;
}

#content .scrollable {
  height: 420px;
  padding-right: 10px;
  overflow: auto;
}


/**
 * Content
 */

#footer {
  width: 640px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}


/**
 * Classes
 */

.clear {
  clear: both;
  height: 1px;
}

.dots {
  width: auto;
  height: 2px;
  background: url('/images/global/bgs/dots.gif') left center repeat-x;
  margin: 16px 0px;
}
