body {
background-color:#DDDDDD;
background-image:url(images/inc-background.gif);
font-family: Arial, Verdana, sans-serif;
}

a:link {
color: rgb(204,51,51);
font-family: Arial, Verdana, sans-serif;
text-decoration: underline;
}
a:visited {
color: rgb(204,00,00);
font-family: Arial, Verdana, sans-serif;
text-decoration: underline;
}
a:hover {
color: rgb(255,51,51);
}
a:active {
color: rgb(255,51,51);
}

.darktext 
{
    color:#5c1a29;
}

.little
 {
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
color: black;
font-size: 76%;
text-decoration: none;
}

.smalllink  {
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
color: rgb(204,51,51);
font-size: 76%;
text-decoration: none;
}

a:link {
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
color: rgb(204,51,51);
font-size: 94%;
font-weight:bold;
text-decoration: none;
}
a:active {
color: rgb(255,51,51);
font-size: 94%;
font-weight:bold;
}
a:visited {
color: rgb(204,0,0);
font-size: 94%;
font-weight:bold;
}
a:hover {
color: rgb(255,51,51);
text-decoration: underline;
font-size: 94%;
font-weight:bold;
}
div.line {
    border-width: 1px;
    border-bottom: solid;
}


.link1 a:link {
color: rgb(153,37,62);
text-decoration: none;
}
.link1 a:active {
color: rgb(255,51,51);
}
.link1 a:visited {
color: rgb(124,40,74);
text-decoration: none;
}
.link1 a:hover {
color: rgb(255,51,51);
text-decoration: underline;
}

table {
    font-size: 90%;
}

.borderbox {
    border-color:#D23747;
    border-style:solid;
    border-width:1px;
}
.bordermenubox 
{
   width:260px;
   margin-left:20px;
    border-color:#444675;
    border-style:solid;
    border-width:1px;
    padding:8px;
}


.bold {
font-weight: bold;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
}


.bluebig, .bluebig TD, .bluebig TH
{
color: rgb(51,102,153);
font-family: Arial, Verdana, sans-serif;
font-size: 106%;
font-weight: bold;
}

.bluebold, .bluebold TD, .bluebold TH
{
color: rgb(51,102,153);
font-family: Arial, Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
}

.blueverybig, .blueverybig TD, .blueverybig TH
{
color: rgb(51,102,153);
font-family: Arial, Verdana, sans-serif;
font-size: 150%;
font-weight: bold;
}
.bluedark, .bluedark TD, .bluedark TH
{
color: rgb(00,51,102);
background-color:#99CCCC;
font-family: Arial, Verdana, sans-serif;
font-size: 90%;
font-weight: bold;
}


.blue100, .blue100 TD, .blue100 TH
{
color: rgb(51,102,153);
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
}

.blue, .blue TD, .blue TH
{
color: rgb(51,102,153);
font-family: Arial, Verdana, sans-serif;
font-size: 90%;
}
.bluesmall, .bluesmall TD, .bluesmall TH
{
color: rgb(51,102,153);
font-size: 84%;
}
.padded 
{
    padding:12px;
}

.redbig, .redbig TD, .redbig TH
{
color: rgb(102,0,0);
font-family: Arial, Verdana, sans-serif;
font-size: 105%;
font-weight: bold;
font-style: italic;
}

.redbold, .redbold TD, .redbold TH
{
color: rgb(102,0,0);
font-family: Arial, Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
}

.txtswap {
font-family:arial,sans-serif;
font-size:96%;
}


hr {
  clear: both;
color: rgb(51,51,51);

}

h1 {
  color: rgb(71,98,128);
  font-family: Arial, Verdana, sans-serif;
  font-size: 130%;
  margin: 4px 4px 0px 0px;  text-align: left;
}

h2 {
  color: rgb(51,102,153);
  font-family: sans-serif;
  font-size: 130%;
  margin: 1em 12px 0 0;
  padding: 6px 6px 6px 0px;
  text-align: center
}

h3 {
  clear: both;
  color: rgb(102,0,0);
  font-family: sans-serif;
  font-size: 115%;
  margin-top: 16px;
  margin-bottom: 2px;
  text-align: left
}

h4 {
color: rgb(0,0,0);
  font-family: sans-serif;
  font-size: 110%;
  font-weight: normal;
  padding: 1px 3px 4px 0px;
  text-align: left
}

h5 {
  color: rgb(0,51,102);
  font-family: sans-serif;
  font-size: 100%;
  margin-left: 15%;
  padding-left: 15%;
}


h6 {
  color: rgb(102,0,0);
  font-family: sans-serif;
  font-size: 93%;
  padding: 0px 0px 0px 0px;
  text-align: left
}

li {
color: rgb(51,102,153);
  font-family: Arial, Verdana, sans-serif;
  font-size: 90%;
  margin: 0 0 0 0
}

p {
color: rgb(0,51,102);
  font-family: sans-serif;
  font-size: 90%;
  text-align: left
}

div#container {
	position: relative;
	top:0px;
    background-color:white;
	width: 750px;
	height:750px;
	border-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


div#content {
	position: relative;
	left:4px;
	width: 720px;
	top:5px;
	border-top: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin: auto;
	margin-bottom: 40px;
	border-color:#D23747;
    border-style:solid;
    border-width:1px;
    background-color:#FFF;

}


div#longcontainer {
	position: relative;
	top:0px;
    background-color:white;
	width: 750px;
	height:950px;
	border-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}