body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666;
	text-align:left;
	letter-spacing:0px;
	background-color:#f0f0f0;
	line-height:18px;
}

table {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666;
}

img {
	border:0;
}

ol {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	color:#666;
}

ul {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	color:#666; 
	margin-left:20px;
	list-style-type:circle;
}

p {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px;
	padding-bottom:10px;
}

h1 {
	color:#093;
	font-size:24px;
	font-weight:normal;
	line-height:35px;
	padding-top:10px;
	padding-bottom:15px;
}

h2 {
	color:#000;
	font-size:18px;
	font-weight:normal;
	line-height:23px;
	padding-bottom:20px;
}

h3 {
	color:#093;
	font-size:13px;
	font-weight:bold;
	padding-bottom:12px;
}

p.msg {	
	color:#393; 
	font-weight:bold;
}

p.error {	
	color:#900; 
	font-weight:bold;
}

p.small {
	font-size:11px;
}

a	{	
	color:#093;
}

a:hover {
	color:#6c6;
}

a.menu {
	color:#093;
	text-decoration:none;
	padding-right:0px;
}

a.menu:hover {
	color:#fff;
}

input.text {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border-style:solid; 
	border-width:1px; 
	font-size:12px; 
	color:#000;
	border-color:#999; 
	width:300px;
	height:20px;
	padding:5px;
}

input.file {
	border-style:solid; 
	border-width:1px; 
	font-size:10px; 
	border-color:#999;
}

input.submit {
	width:200px;
	height:40px;
	border-style:solid;
	border-width:1px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#393;
	border-top-color:#6c6;
	border-right-color:#060;
	border-bottom-color:#060;
	border-left-color:#6c6;
}

select {	
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	border:1px solid #999; 
}

textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	border:1px solid #999;
	width:380px;
	padding:5px;
}

.clear {
	clear:both;
}

.space {
	width:100%;
	height:5px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

.divider {
	width:100%; height:40px;
	margin:0; padding:0;
	background-image:url(../images/dot_eee.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.shadow {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#cccccc');
}

.frame {
	border:3px solid #fff;
}