/******************* Css reset *******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0; empty-cells: show;}
td, th {vertical-align: top;}
/******************* /css reset *******************/


body {
font-size: 12px;
font-family: Tahoma;
}

a {
color: #4294FF;
text-decoration: none;
}

a:hover {
color: #AD293F;
text-decoration: none;
}

.header {
width:100%;
height: 67px;
background: url(bg000000.jpg);
}

.navi {
margin-right: 70px;
float: right;
width: 150px;
margin-top: 30px;
border: 1px solid;
border-color: #68018D;
padding-bottom:20px;
padding-left: 7px;
margin-left: 30px;
}

.navi span {
color: #AA2037;
}

.navi ul {
padding-top: 5px;
padding-bottom: 15px;
}

.navi li {
padding-top: 3px;
padding-bottom: 3px;
}

.navi h6 {
font-size: 16px;
font-family: Verdana;
color: #68018D;
padding-bottom: 20px;
padding-top: 5px;
}
.content {
margin-top: 30px;
padding-right: 80px;
padding-left: 80px;
}

.content ul {
padding-top: 40px;


}

.content li {
padding-top: 45px;
padding-bottom: 75px;

}

.content img {
float: left;
}

.content span {
font-family: Tahoma;
font-size: 14px;
color: #68018D;
}

.content a.img {
float: left;
}

.content h1 {
font-size: 22px;
font-family: Verdana;
color: #68018D;
}

.footer {
border-top: 1px solid;
border-color: #68018D;
margin-top: 40px;
padding-top: 10px
}

.footer span {
font-size: 4px;
}

.footer span a {
color: #cccccc;
}

.footer span a:hover {
color: #cccccc;
}