@charset "UTF-8";
/* CSS Document */

body{ 




}

img {
border: 0;}


a {
outline:none;
}

#container {

width:930px;
margin:auto;


}

a:link{
	text-decoration:none;
	color: #183c86;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover{
text-decoration:none;
color: #183c86;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

a:visited{
text-decoration:none;
color: #183c86;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}
a:active
{
outline: none;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:focus
{
-moz-outline-style: none;
}
