@charset "utf-8";

a:link{color:#0000ff; text-decoration: none; outline: none;}
a:visited{color:#0000ff; text-decoration: none; outline: none;}
a:active{color:#0000ff; text-decoration: none; outline: none;}
a:hover{color:#0000ff; text-decoration: underline; outline: none;}

img{
	border: 0px none;
	vertical-align:bottom;
}

.clear {clear:both;}
.clear_left {clear:left;}
.clear_right {clear:right;}

.textred {color:#0000ff;}
.textgray {color:#969696;}

br { letter-spacing: 0; }

.textleft{
	text-align:left;
}

.textcenter{
	text-align:center;
}

.textright{
	text-align:right;
}

.texttop{
	vertical-align:top;
}

.textmiddle{
	vertical-align:middle;
}

.textbottom{
	vertical-align:bottom;
}
body > #wrapper {height:auto;}

body{
	background:#ffffff;
	color:#444444;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


html , body {height:100%;}

