@charset "utf-8";
/* CSS Document */

p,a,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;

}
h1 { 
	font-size:18px; 
}
h2 { 
	font-size:16px;
}
h3 { 
	font-size:14px;
}
h4 { 
	font-size:12px;
}
h5 { 
	font-size:11px;
}
p { 
	font-size:12px;
	font-weight:normal;
}
a { 
	font-size:12px;
	font-weight:bold; 
	color:#1A75CF;
	text-decoration:none; 
}
a:hover {
	text-decoration:underline;
}
ul, ol, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	list-style-image:url(/images/arrows.gif);
}
li {
	line-height:25px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #0079c1;
	height: 20px;
	width:190px;
	text-align: left;
	border:1px solid #ccc;
	padding-left:5px;
	padding-top:5px;
}
.inputfree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #0079c1;
	height: 20px;
	text-align: left;
	border:1px solid #ccc;
	padding-left:5px;
	padding-top:5px;
}

.button
{
	background: #c5c5c5;
  COLOR: #006699; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	BORDER-STYLE:solid;
	BORDER-WIDTH:1pt;
	BORDER-COLOR:#006699;
	cursor: default;
}

.titlebar1{
	height: 20px;
	background: #0079c1;
	background-position: right;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 24px;
}


.textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #0079c1;
	height: 100px;
	width:200px;
	text-align: left;
	border:1px solid #ccc;
}
hr {
	height: 0px; 
	border-top: 1px solid #ccc;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size:12px;
}
.greyBg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#FDB930;
	color:#666;
	padding:10px;
}