*{
	margin: 0;
	padding: 0
}
body{
	color: #555555;
	font: .75em "Trebuchet MS", Arial, Helvetica;
	padding: 0 0 0px;
	line-height:1.8em;
}
a{
	color: #2165B1;
	text-decoration: none;
}
a:hover{
color:#000080;
	text-decoration: none;
}


a.header              { font-family:arial;font-size:14px;font-weight:bold;color:#000080;text-decoration:none;letter-spacing:-1px;padding-left:8px; }
a.header:visited      { text-decoration:none;color:#000080; }
a.header:alink        { text-decoration:none;color:#000080; }
a.header:hover        { text-decoration:none;color:#4A70B0; }

a.footer              { font-family:arial;font-size:14px;font-weight:bold;color:#B9CFDC;text-decoration:none;letter-spacing:-1px;padding-left:8px; }
a.footer:visited      { text-decoration:none;color:#B9CFDC; }
a.footer:alink        { text-decoration:none;color:#B9CFDC; }
a.footer:hover        { text-decoration:none;color:#FFFFFF; }

a.w:link {color:#000000; text-decoration:none;}
a.w:visited {color:#000000; text-decoration:none;}
a.w:active {color:#000000;text-decoration:none;}
a.w:hover {color:#000000;text-decoration:none;}


/*=== Navigation ===*/
.animatedtabs{
border-bottom: 0px solid white;
overflow: hidden;
width: 100%;
padding: 0 0 3 0px;
font-size: 18px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(/gfx/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;
}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(/gfx/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
color:#458BDD;
}

.disclaimer {
    width: 96%;
    margin: 10px;
    padding: 16px;
    align: center;
    background-color:#FAFAFA;
    border-top: 1px solid #4B9CD4;
    border-left: 1px solid #4B9CD4;
    border-right: 1px solid #4B9CD4;
    border-bottom: 1px solid #4B9CD4;
    text-align:left;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    /* easy rounded corners for modern browsers */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.disclaimer .notch {
    position: absolute;
    top: -10px;
    left: 20px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eef4f9;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.chatbox {
    position: relative;
    margin: 18px 0;
    padding: 18px 20px;
    background-color: #eef4f9;
    /* easy rounded corners for modern browsers */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.chatbox .notch {
    position: absolute;
    top: -10px;
    left: 20px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eef4f9;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.border-chatbox { border: 1px solid #c5d9e8; padding: 17px 19px; }
.border-chatbox .border-notch { border-bottom-color: #c5d9e8; top: -11px; }




/*=== Text ===*/
.style1 {
	font-size: 14px;
	color: #000000;
}
.style2 {
	font-size: 18px;
	color: #000000;
}
.style3 {
	font-size: 22px;
	color: #000080;
}
.style4 {
	font-size: 18px;
	color: #FFFFFF;
}
.style5 {
	font-size: 22px;
	color: #000080;
       font-weight:bold;
}
.style6 {
	font-size: 14px;
	color: #2472C2;
}
.style7 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
       font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
       letter-spacing:-1px;
       border-bottom:dotted 1px #8ea5c9;
       width:195px;
       margin:20px 0px 5px 0px;
       padding:0;
}
.style8 {
	font-size: 14px;
       font-weight:bold;
	color: #fff;
}
.style9 {
	font-size: 18px;
       font-weight:bold;
	color: #800000;
       margin:20px 0px 5px 0px;
       padding:10;
}
.style10 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
       font-weight:bold;
	color: #000080;
	text-decoration: none;
       letter-spacing:-1px;
       border-bottom:dotted 1px #8ea5c9;
       width:277px;
       padding:0;
}
.style11 {
	font-size: 14px;
       font-weight:bold;
	color: #000;
}
.style12 {
	font-size: 14px;
	color: #000080;
}
.style14 {
	font-size: 14px;
	color: #404040;
}
.style15 {
	font-size: 14px;
       font-weight:bold;
	color: #000;
}
.styleguarantee {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
       font-weight:bold;
	color: #000000;
	text-decoration: none;
       letter-spacing:-1px;
       border-bottom:dotted 1px #E9CC43;
       width:277px;
       padding:0;
}

h1{
	color:#2D7FB9;
	font-size: 2.2em;
	letter-spacing: -1px;
       border-bottom:dotted 1px #8ea5c9;
       width:100%;
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
}

h2{
	color:#000080;
	font-size: 1.8em;
	letter-spacing: -1px;
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
}
h2 a{
	color: #262625
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
}
h3{
	color: #FFFFFF;
	font-size: 1.6em;
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
}
h4{
	color: #444444;
	font-size: 1.4em;
	margin: 0 0 1em
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
h5{
	color: #405981;
	font-size: 22px;
	margin: 0 0 1em
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
       font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
       letter-spacing:-1px;
       border-bottom:dotted 1px #8ea5c9;
       margin:20px 0px 5px 0px;
       padding:0;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: none;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
       font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
       letter-spacing:-1px;
       border-bottom:dotted 1px #8ea5c9;
       margin:20px 0px 5px 0px;
       padding:0;
}

hr { 
height: 0; 
border-bottom: 1px dotted #C5CFDF;
background-color: #C5CFDF; 
}

/* Standard input class */
.input {
     border: 1px solid #D6D7E2;
     background: #F9F9FB;
 }
 .input:hover {
     border: 1px solid #000;
     background: #C0CAD6;
 }
.select {
     border: 1px solid #D6D7E2;
     background: #F9F9FB;
 }
 .select:hover {
     border: 1px solid #000;
     background: #C0CAD6;
 }
.textarea {
     border: 1px solid #D6D7E2;
     background: #F9F9FB;
 }
 .textarea:hover {
     border: 1px solid #000;
     background: #C0CAD6;
 }
 .buttonnew {
     border: 1px solid #006;
     background: #ccf;
 }
 .buttonnew:hover {
     border: 1px solid #f00;
     background: #eef;
 }
 

/* Standard submit button class */
.aptbutton {
	font-size: 12.73px;
	font-family:Trebuchet, Verdana, "Lucida Grande", "Sapir Sans", Tahoma, Sans-Serif;
	color: #000000;
	height:20px;
	font-weight:normal;
	background-color: #cccccc;
	border:1px solid #444444;
	}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #3694ff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3694ff;
	box-shadow:inset 0px 1px 0px 0px #3694ff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2971d5), color-stop(1, #1a52a1) );
	background:-moz-linear-gradient( center top, #2971d5 5%, #1a52a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2971d5', endColorstr='#1a52a1');
	background-color:#2971d5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #1a52a1;
	display:inline-block;
	color:#E7E7EF !important;
	font-size: 18px;
	font-weight:bold;
	padding:4px 10px !important;
	height:auto !important;
	text-decoration:none;
	text-shadow:0px -1px 1px #17224d;
}
.button:active {
	position:relative;
	top:1px;
}



/*=== Footer ===*/

#menu ul {list-style-type:none;padding:0;margin:0px;}
#menu li {background:url('/gfx/footer_li.gif') no-repeat center left;padding-left:15px;}
#menu li a {font-family:arial;font-size:14px;font-weight:bold;color:#b9cfdc;text-decoration:none;letter-spacing:-1px;}
#menu li a:hover {text-decoration:none;color:#FFFFFF;}

/*=== Bullets ===*/

#bulletlist
 {
 margin-left: 0;
 padding-left: 20px;
 list-style-type: none;
 }

 #bulletlist li 
{
 padding-left: 10px;
 background-image: url(/gfx/arrow.gif);
 background-repeat: no-repeat;
 background-position: 0 .5em;
 }


/*=== Test ===*/

#menu2 ul{
padding:0;
margin:0px 0px 0px 20px;
}

#menu2 li{
list-style-image: url(/gfx/footer_li.gif);
display:list-item;
}


