body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#555555;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#555555;
	vertical-align:top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#555555;
}

h1 {
	font-size:21px;
	font-weight:bold;
	color:#333333;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

h4 {
	font-size:14px;
	font-weight:300;
	color:#666666;
}

h5 {
	font-size:13px;
	font-weight:300;
	color:#666666;
}

a {
	text-decoration:none;
	color:#000000;
	letter-spacing:2px;
	font-weight:bold;
}

.hoim{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#555555;
	vertical-align:top;
}

a:hover {
	text-decoration:none;
	color:#888888;
	letter-spacing:2px;
	font-weight:bold;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.pad {
	padding-left:10px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:justify;
	line-height:20px;
	font-size: 14px;
}

.padmenu {
	padding-left:10px;
	padding-top:2px;
}

.padsubmenu {
	padding-left:50px;
	padding-top:5px;
}

a.light {
	color:#CCCCCC;
	text-decoration:none;
	letter-spacing:normal;
	font-weight:100;
}

a.light:hover {
	color:#333333;
	text-decoration:none;
	letter-spacing:normal;
	font-weight:100;
}

a.menu {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	letter-spacing:normal;
}

a.menu:hover {
	color:#777777;
	text-decoration:none;
	letter-spacing:normal;
}

a.submenu {
	font-size:12px;
	font-weight:bold;
	color:#777777;
	text-decoration:none;
	letter-spacing:normal;
}

a.submenu:hover {
	text-decoration:underline;
	color:#333333;
	letter-spacing:normal;
}

.gigant1 {
	font-size:36px;
	font-weight:bold;
	color:#333333;
}

.gigant2 {
	font-size:20px;
	font-weight:bold;
	color:#666666;
}

a.button {
	text-decoration: none;
	border-color: transparent transparent #ECECEC; /** rgba fallback **/
	border-color: transparent transparent rgba(255, 255, 255, 0.63);
	cursor: pointer;
	outline: none;
}
a.button:hover {
	text-decoration: none;
}
a.button,
a.button b.o,
a.button b.m {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	display: block;
}
a.button b.o {
	border-color: #5A5A5A; /** rgba fallback **/
	border-color: rgba(0, 0, 0, 0.56);
}
a.button b.m {
	background: transparent url(images/button.png) repeat-x 0 0;
	border-color: #FFF transparent #C7C7C7; /** rgba fallback **/
	border-color: #FFF rgba(255, 255, 255, 0.33) rgba(255, 255, 255, 0.33);
}
a.button:hover b.m {
	background-position: 0 -80px;
}
a.button:active b.m {
	background-position: 0 -160px;
	border-color: #B7B7B7 transparent #D4D4D4; /** rgba fallback **/
	border-color: rgba(255, 255, 255, 0.11) rgba(255, 255, 255, 0.23) rgba(255, 255, 255, 0.27);
}
a.button b.m b {
	display: block;
	font-weight: bold;
	padding: 4px 8px;
	text-shadow: 0 1px 0 #DDD;
	color: #262626;
	/** Make the text unselectable **/
	-moz-user-select: none;
	-webkit-user-select: none;
}