/**
*
* Css Reset
*
**/


* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
}

body.front {
	color: #010101;
}

body,
input,
select,
textarea {
    color: #4d4d4d;
    font: 14px Verdana, Arial, Tahoma;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

::-moz-selection {
    background: #3B7AAA;
    color: #fff;
}

::-webkit-selection {
    background: #3B7AAA;
    color: #fff;
}

::selection {
    background: #3B7AAA;
    color: #fff;
}

input,
select,
textarea {
    font: 1em/1.25 Arial;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a *,
input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

#content .container .grid10-v1 .box a.link{color:#2588F0;}
/*#content .container .grid10-v1 .box ul li{background:url(../images/ico-bullet.gif) no-repeat 0 2px; padding: 0 0 10px 20px;}*/

iframe {
    border: 0;
    margin: -1px;
}

table,
table td,
table th {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol,
dl {
    list-style: none;
}

abbr,
iframe,
fieldset,
img {
    border: 0;
}

img {
	display: block;
}

legend {
    display: none;
}

address {
	font-style: normal;
}
.container .box a,
.not-front .container .box li a,
.not-front .container .box p a{
    /*color: #6a0823;*/
    font-weight: bold;
}
.container .box a:hover{
    text-decoration: underline;
}

.box-end .lnk{
    color:#575353 !important;
}