
body,form,fieldset {margin:0;padding:0;}

/*  TEMPLATE  */

body {	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	}

table.outline {
	background-color: #FFFFFF;
	border: 1px #DFDFDF solid;
	}

td.cell_outline {
	background-color: #FFFFFF;
	border: 1px #DFDFDF solid;
	}



/*  MAIN  */

.m a:link { color: #736F25; text-decoration: underline }
.m a:active { color: #CA2424; text-decoration: underline }
.m a:visited { color: #736F25; text-decoration: underline }
.m a:hover { color: #CA2424; text-decoration: underline }
.m { font-family: verdana, helvetica, trebuchet, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding-rigth: 20px;
	padding-left: 20px;
	}
	
.error {font-size: 11px;
	color: #C85858;
	}	

/*  TAG  */

.t a:link { color: #736F25; text-decoration: underline }
.t a:active { color: #CA2424; text-decoration: underline }
.t a:visited { color: #736F25; text-decoration: underline }
.t a:hover { color: #CA2424; text-decoration: underline }	
.t {font-family: verdana, helvetica, trebuchet, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding-right: 20px;
	padding-top: 10px;
	}


/*  FOOT  */

.f a:link { color: #356BAD; text-decoration: none }
.f a:active { color: #D46938; text-decoration: underline }
.f a:visited { color: #356BAD; text-decoration: none }
.f a:hover { color: #D46938; text-decoration: underline }	
.f {font-family: verdana, helvetica, trebuchet, arial;
	font-size: 9.5px;
	font-weight: normal;
	color: #747474;
	padding-right: 5px;
	padding-left: 5px;	
	}
	
	

h1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CA2424;
	padding-bottom: 5px;	
	}


h2 {	font-family: georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color:#A39E40;
	padding-bottom: 0px;
	padding-top: 20px;
	margin:0px 0px 0px 0px;
	}



/*  FORMS  */

input, select {
	font-family: verdana, helvetica, trebuchet, arial;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	background-color: #FFFFFF;
	border:1px solid;
	border-color: #C4C4C4 #DCDCDC #DCDCDC #C4C4C4;
	height: 22;
}


.button { background-color: #FFFFFF;
	background-image: url(images/button_bg.gif); 
	border:1px solid;
	border-color: #DCDCDC #C4C4C4 #C4C4C4 #DCDCDC;
	font-family: verdana, helvetica, trebuchet, arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding: 4px;
}