/* layout */
* {
	font-family:tahoma;
}
html,body {
	margin:0;
	padding:0;	
}
body {
	font-size:11px;	
}

body p{
	padding:0px;
	margin:0px;
}
		
#header {
	position:relative;	
	width:100%;
	height:39px;	
}


#footer {	
	padding:10px 0;	
	clear:both;
}
#footer * {
	color:#cbcbcb;	
}

/* /layout */


/* misc */
a {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
select,input {
	font-size:100%;
}
img {
	border:none;
}

h1{
	font-size:14px;		
}

h2{
	font-size:12px;
}

h3{
	font-size:11px;
}

.h5-gray{
	color:#A7A7A7;
	font-weight:normal;
}

form {
	margin:0;
}
.hidden {
	display:none;
}

.clear {
	clear:both;
}

.txt {
	border:1px solid #AEAEAE;
	height:13px;
	background:#fff url('../Image/Misc/InputBg.gif') no-repeat  left top;
	font-size:11px;
	padding-left:2px;
}
textarea {
	border:1px solid #AEAEAE;
	font-size:11px;
	background:#fff url('../Image/Misc/TABg.gif') no-repeat  left top;
}
.btn {
	color:#4077B9;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	font-family:verdana;
	border:none;
	height:21px;
	background-repeat:no-repeat;
	background-color:transparent;
}
.btn.btn2 {
	background-image:url('../Image/Misc/BtnBg2.gif');
	width:164px;
}
/* /misc */

