@charset "utf-8";
/*--------------------------------------
  Universal selector
---------------------------------------*/

*{
	color: #333333;
	font-size: 100%;
	margin:	 0;
	padding: 0;
}
	
/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	font-size: 80%;
	background-color: white;
}

/*--------------------------------------
  Text Module
---------------------------------------*/


/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #3399FF;
	text-decoration: underline;
}

/*--------------------------------------
  List Module
---------------------------------------*/

ul,
ol,
dl {
	list-style-position: inside;
}

/*--------------------------------------
  Edit Module
---------------------------------------*/

dd {margin-left:15px;}

/*--------------------------------------
  Forms Module
---------------------------------------*/

select {vertical-align:middle;}
input {vertical-align: middle;}
textarea {vertical-align: middle;}
.box {width: 100px;}
.box2 {width: 200px;}
.box3 {width: 300px;}
.box4 {width: 400px;}

/*--------------------------------------
  Tables Module
---------------------------------------*/


/*--------------------------------------
  Image Module
---------------------------------------*/

img {
	border-width:0px;
}

/*--------------------------------------
  Div Module
---------------------------------------*/

.clear {clear:both;}
.left {text-align: left;}
.right {text-align: right;}
.middle {vertical-align:middle;}
.center {margin-left: auto;margin-right: auto;text-align: center;}
.none {display:none;}
.block {display:block;}
