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


img { border:none; }

.center {
width:400px;
margin-left:auto;
margin-right:auto;
}

.centerText {
text-align:center;
}

.center {
width:60%;
margin:0px auto 0 auto;
}

.marginbot {
margin-bottom:5px;
}

ul{
	margin:0;
	padding:0;
	margin-top:20px;
}
ul.list li {
list-style-type:none;
margin-left:0px;
}

ul.tabs {
width:100%;
overflow:hidden;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
padding:8px;
margin-right:2px;
border-bottom:2px solid #fff;
background-color:#333;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
cursor:pointer;
}

ul.tabs li:hover {
background-color:#B50F64;
color:#fff;
border-bottom:2px solid #B50F64;
}

ul.tabs li.current {
border-bottom:2px solid #B50F64;
background-color:#B50F64;
padding:8px;
}

.tabscontent {
border-top:2px solid #B50F64;
padding:8px 0 0 0;
display:none;
width:100%;
text-align:justify;
}
