﻿/* @CSS*/
/*-------------------@import font-face-------------------*/
@font-face {
	font-family: 'FuturaStdBold';
	src: url('../TheFont/FuturaStdBold.eot');
	src: url('../TheFont/FuturaStdBold.html');
}

/*html default*/
* {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

html {
	width: 100%;
}

body {
	width: 100%;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.noborder {
	border: none !important;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}
/*set tag*/
a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #c2c2c2;
	font-size: 12px;
}

	a.btn_update {
		color: #000000;
	}

		a.btn_update:hover {
			color: #0c0c0c;
		}

	a.btn_login_std {
		color: #000000;
	}

		a.btn_login_std:hover {
			color: #0c0c0c;
		}
	/*a:link, a:visited, a:active { color: #0095D2; text-decoration:none; }*/
	a:hover {
		text-decoration: none;
		color: #c2c2c2;
	}

.footer li {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #c2c2c2;
	font-size: 12px;
}

	.footer li span {
		text-decoration: none;
		margin: 0;
		padding: 0;
		color: #c2c2c2;
		font-size: 12px;
	}

	.footer li :hover {
		text-decoration: none;
		color: #c2c2c2;
	}

abbr {
	font-size: 14px;
	font-style: italic;
	color: Red;
}

acronym {
}

address {
}

applet {
}

area {
}

b {
}

base {
}

basefont {
}

bdo {
}

big {
}

blockquote {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

br {
}

button {
}

caption {
}

center {
}

cite {
}

code {
}

col {
}

colgroup {
}

dd {
}

del {
	text-decoration: line-through;
}

dfn {
}

dir {
}

div {
}

dl {
}

dt {
}

em {
}

fieldset {
}

font {
}

form {
}

frame {
}

frameset {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

head {
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1px 0;
	padding: 0;
}

i {
}

iframe {
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

kbd {
}

label {
}

legend {
}

li {
}

link {
}

map {
}

menu {
}

meta {
}

noframes {
}

noscript {
}

object {
}

ol {
}

optgroup {
}

option {
}

p {
	quotes: none;
}

param {
}

pre {
}

q {
}

s {
}

samp {
}

script {
}

select {
	vertical-align: middle;
}

small {
}

span {
}

strike {
}

strong {
}

style {
}

sub {
}

sup {
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tbody {
}

td {
}

textarea {
}

tfoot {
}

th {
}

thead {
}

title {
	color: #005949;
}

tr {
}

tt {
}

u {
}

ul {
	list-style: none;
}

var {
}

/*new element/tab html5
=========================*/
/*New Markup Elements*/
article {
}

aside {
}

bdi {
}

command {
}

details {
}

summary {
}

figure {
}

figcaption {
}

footer {
}

header {
}

hgroup {
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

meter {
}

nav {
}

progress {
}

ruby {
}

rt {
}

rp {
}

section {
}

time {
}

wbr {
}
/*New Media Elements*/
audio {
}

video {
}

source {
}

embed {
}

track {
}
/*The Canvas Element*/
canvas {
}
/*New Form Elements*/
datalist {
}

keygen {
}

output {
}
/*New Input Type Attribute Valuess*/
tel {
}

search {
}

url {
}

email {
}

datetime {
}

date {
}

month {
}

week {
}

time {
}

datetime-local {
}

number {
}

range {
}

color {
}

placeholder {
}
