
/*
  border: 1px solid #6699ff;
*/

@import "nav.css";


div.center{  
  width: 100%;
  text-align: center;
}

div.clear{
  clear: both;
}
div.footer { 
  background-color: #ffffff;
  font-size: 8pt;
  font-weight: 700;
  margin: 20px 0px 0px 0px;
  padding: 5px 10px 5px 0px; 
  text-align: right;
} 

div.justify {
  text-align: justify;
}

div.left { 
  float: left;
  width: 177px;
  height: 329px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  border: 0px 0px 0px 0px;
} 
 
div.main { 
  background-color: #ffffff;
  padding: 10px 10px 0px 10px;
} 

div.title {
  font-weight: 700;
  margin: 10px 0px 10px 0px;
  font-size: 120%;
}

div.right { 
  float: right;
  width: 543px;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  background-color: #ffffff;
} 


div.star { 
  clear: both;
  margin: 0px 0px 10px 0px;
} 


div.wrapper {
  width: 752px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  border: 0px 0px 0px 0px;
  background-image: url(gif/newback1.gif);
  background-repeat: repeat-y;
}



/* XARAYA REQUIRED CLASSES */

a:link, a:visited {
  text-decoration: underline;
  color: #0187BF;
}

a:hover {
  color: #ffffff;
  background-color: #0187BF;
}

a.small:link, a.small:visited, a.small:hover {
  font-size: 7pt;
}

a.image {
  color: #ffffff;
  background-color: #ffffff;
  text-decoration: none;
}

a.top:link, a.top:visited {
  font-size: 8pt;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
}

a.top:hover {
   background-color: #000000;
   color: #99ffff;
}



b {
  font-weight: 700;
}

b.error {
  color: #ff0000;
}

b.large {
  font-size: 150%;
  line-height: 160%; 
}

b.medium {
  font-size: 120%;
  line-height: 120%; 
}

blockquote {}

body {
  background-color: #eeeeee;
  line-height: 115%;
  color: #005376;
  font-family: Verdaya,Arial,sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 60%;
}

code {}

form {
  float: left;
  margin: 5pt;
}

h1,h2,h3,h4 {
  font-weight: bold;
}

h1 {
font-size: 110%;
}

h2 {
font-size: 100%;
}

html {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

img.left {
  float: left;
  margin: 5px 10px 5px 0px;
  border: 0px;
}

img.right {
  float: right;
  margin: 0px 0px 5px 0px;
}

img.star {
  float: left;
  margin: 0px 5px 0px 0px;
}

li {
  margin: 0px 0px 0px 0px;
  list-style-type: square;
}

table, th, tr, td {
}

thead {}
tbody {}
tfoot {}
p{ margin: 0px; padding: 0px; }
pre {}
input {}
button {}
select {}
option {}
optgroup {}
textarea {}
label {}

ul { margin: 0px; padding: 0px; }
ol { margin: 0px; padding: 0px; } 

sub {}
sup {}
