/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
a { color:black; }
a:hover { color:white; }
a img { border:none; }
h1 { margin: 20px 0px; padding:15px; border-left-width:10px; border-left-color:white; border-left-style:solid; }
p { margin: 10px 0; }

/* COMMON CLASSES */
.break { clear:both; }

/* WRAPPER */
#wrapper { width:540px; margin:0 auto; margin-left:18px;}


body {
	background-color: #e6e2ba;
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Input{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454012;
	font-weight:bold;
	border:none;  
	width:143px;   
	height:18px;
	background:url(../images/field.jpg);
	padding-left:10px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px; 
	}
	
.Input a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454012;
	font-weight:bold;
	text-decoration:none;
	}
.Input a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454012;
	font-weight:bold;
	text-decoration:underline;
	}
.text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454012;
	text-align:justify;
	line-height:19px;
}
.wel
{font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#696224;
	font-weight:bold;
	padding-left:5px;}
	
.bullet{
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454012;
	padding: 0 0 10px 24px;
background-image:url(../images/bull.gif);
background-repeat:no-repeat;
background-position:10px 6px;
line-height: 16px;
text-align:left;
	}
.bullet a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#454012;
line-height: 16px;
text-decoration:none
	}
.bullet a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#15a9d0;
line-height: 16px;
text-decoration:underline;
	}

.bottext{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:justify;
}
.bottext a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:justify;
	text-decoration:none;
}	
.bottext a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	text-align:justify;
	text-decoration:underline;
}
img.floatLeft {

float: left;
font-size: 12px;
color: #777;
text-align:left;
padding-left:8px;
padding-right:5px;
text-align:justify;
line-height:18px;

}

img.floatRight {

float: right;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}
