@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**************************
	Reset
**************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	text-decoration: none;
	font-size: 100%;
}
body {
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.clear {
	clear: both;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
	border-collapse: collapse;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	/* max-width:100%; */
}

input[type="text"], input[type="button"], input[type="submit"], input[type="email"], input[type="search"], input[type="password"], input[type="file"], textarea, .btn{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
  	border-radius: 0px;
  	-webkit-appearance: none;
  	-moz-appearance: none; /* mobile firefox too! */
  	-khtml-appearance: none;
  	margin:0;
}

html {
	font-family:DroidSansRegular,'century gothic',Arial,'Trebuchet MS'	;
	color:#656565;
}

body {
	width:100%;
	height:100%;
	background:white url('images/creampaper.png') fixed;
	text-shadow:0px 1px 0px #fff;
	font-size:13px;
	line-height:24px;
}
p{
	padding-bottom:0.3em;
	padding-top:0.3em;
	text-align:justify;
}
h1,h2,h3,h4,h5,h6{
	font-family:DroidSansBold,Garamond,Georgia,Verdana;
	padding-bottom:0.4em;
	padding-top:0.5em;
	color:#595966;
}
h1{
	font-size:150%;
}
h2{
	font-size:130%;
}
h3{
	font-size:120%;
}
h4{
	font-size:150%;
}
h5{
	font-size:100%;
}
h6{
	font-size:90%;
}

a{
	color:#2D60C0;
}

a:hover{
	color:#4D90FE;	
	text-decoration: underline;
}
address{
	font-style:normal;
}
hr {
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

/* spec table */
table{
	width:100%;
	//font-family:arial;
	font-size:12px;
}

table td{
	border:1px outset silver;
	vertical-align:top;
	padding:4px 8px;
}

table tr td:first-child{
	background-color:#5a5a5a;
	font-weight:bold;
	text-shadow:0px 1px 0px #000;
	color:#fff;
	font-size:11px;
}

table tr:first-child td:first-child{
	background-color:#3a3a3a;
	font-weight:bold;
	font-size:13px;
}

table tr:first-child{
	background-color:gray;
	font-size:15px;
	padding:5px;
	font-variant:small-caps;
}
table tr:nth-child(even){
	background-color:#ececec;
}
table tr:nth-child(odd){
	background-color:#f6f6f6;	
}
table tr:hover{
	background-color:#d6d6d6;	
	color:#333;
}


input[type="text"], input[type="button"], input[type="submit"], input[type="email"], input[type="search"], input[type="password"], input[type="file"], textarea, .btn,select{
	box-shadow:0px 0px 5px 0px #ddd inset;
	border:1px solid #999;
	padding:6px;
	font-size:12px;
	color:#aaa;
	border-radius:2px;
}
input[type="button"], input[type="submit"], .btn{
	box-shadow:0px 0px 3px 0px #ddd ;
	border:1px solid #999;
	cursor:pointer;
	background-image:-webkit-linear-gradient(top, #fafafa, #e8e8e8);
	text-shadow:0px 1px 0px #fff;
	color:#999;
	padding:8px 15px;
}
input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:active, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus , .btn:focus,select:focus{
	color:#555;
	border:1px solid #777;
	box-shadow:0px 0px 5px 0px #aaa inset;
}

input[type="button"]:active, input[type="submit"]:active,.btn:active{
	box-shadow:0px 1px 3px 0px #999;
	border:1px solid #777;
	background-image:-webkit-linear-gradient(top, #e3e3e3, #f4f4f4);
	color:#333;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover,,select:hover {
	box-shadow:0px 0px 6px 0px #bbb inset;
	border:1px solid #707070;
}
input[type="button"]:hover, input[type="submit"]:hover, .btn:hover{
	box-shadow:0px 1px 3px 0px #999;
	border:1px solid #707070;
	color:#777;
	text-shadow:0px 1px 0px #fff;
}
textarea{
	font-family:DroidSansRegular,'century gothic',Arial,'Trebuchet MS'	;
	font-size:13px;
	padding:5px;
	line-height:1.5em;
}