body,td,th {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #1c58a9;
}


.menu a:hover, .menu .current_page_item a {
	background: #548ad4;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
}

.bighead {
	font-family: "Microsoft Sans Serif",Tahoma,Arial,Verdana;
	color:#38b5fd;
	font-size:24px;
}
.smallhead {
	font-family: Verdana,Arial,Tahoma;
	color:#4F4F4F;;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 0;
	float:left;
}
.error {
	font-family: Arial,Verdana,Tahoma;
	color:red;
	font-size:11px;
	font-weight:bold;
	float: 0 auto;
}

.textbox {
	font-family:Arial,verdana,Tahoma,
	color:#525252;
	font-size:11px;
	border: 1px solid #B0B0B0;
	
}
.borderbox {
	font-family:Tahoma,Arial,Verdana;
	color: #3F3F3F;
	background-color:#ededed;
	border: 1px solid #d7d7d7;
	padding:4px;
	margin:0;
	text-align:left;
}

.borderbox h1{
	font-family:Tahoma,Arial,Verdana;
	color: #3F3F3F;
	padding:4px;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

.noborderbox {
	font-family:Tahoma,Arial,Verdana;
	color: #3F3F3F;
	background-color:#f1f1f1;
	padding:4px;
	margin:0;
	text-align:left;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:center;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:110%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:3px; /* IE6 */
}
.buttons button[type]{
    padding:4px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#827800;
	background-color:#FDE9BB;
	border:1px solid #FAC64E;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#DBE8A8;
    border:1px solid #BACF63;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

