@charset "utf-8";
/* CSS Document */

		body {
			margin: 0px 0px;
			background-color:#000
		}

		#header {
			top: 0; 
			left: 0;
			background: #555;
			height:43;
			margin: 0;
			padding: 0px;
		}

			
		#footer {
			bottom: 0; 
			left: 0;
			background: #5B0000;
			width: 100%;
			height:35;
			margin: 0;
			padding: 7px;
		}

img.test { 
			width: 100%;
			height:100%;
} 

	.largewhite {
	font-size: 14pt;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.white {
    font-family: Arial;
    font-size: 10pt;
    color: #FFF;
}
.black9pt {
	font-family: Arial;
	font-size: 9pt;
	color: #000;
}
.bigblackbold {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}

	.white12pt {
	font-family: Arial;
	font-size: 12pt;
	color:#FFF;
}
.red12pt {
	font-family: Arial;
	font-size: 12pt;
	color: #FF0000;
}
.red10pt {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
}
.biggreen {
	font-size: 16pt;
	color: #00FF34;
}
.medgreen {
	font-size: 12pt;
	color: #00FF34;
}
.white11pt {
	font-family: Arial;
	font-size: 11pt;
	color:#FFF;
}
.white9ptbold {
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	color:#FFF;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #FFF;
}

a {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

a.topmenu {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	font-family: Arial;
}
a.topmenu:link {
	text-decoration: none;
}
a.topmenu:visited {
	text-decoration: none;
	color: #000;
}
a.topmenu:hover {
/*	text-decoration: underline;*/
	color: #5B0000;
}
a.topmenu:active {
	text-decoration: none;
	color: #5B0000;
}

a.topmenu8pt {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	font-family: Arial;
}
a.topmenu8pt:link {
	text-decoration: none;
}
a.topmenu8pt:visited {
	text-decoration: none;
	color: #000;
}
a.topmenu8pt:hover {
	text-decoration: underline;
	color: #5B0000;
}
a.topmenu8pt:active {
	text-decoration: none;
	color: #5B0000;
}

a.whitelink {
	font-size: 10pt;
	color: #FFF;
	font-weight: bold;
	font-family: Arial;
}
a.whitelink:link {
	text-decoration: none;
}
a.whitelink:visited {
	text-decoration: none;
	color: #FFF;
}
a.whitelink:hover {
/*	text-decoration: underline;*/
	color: #FFF;
}
a.whitelink:active {
	text-decoration: none;
	color: #FFF;
}

a.greenlink {
	font-size: 10pt;
	color: #00FF34;
	font-weight: bold;
	font-family: Arial;
}
a.greenlink:link {
	text-decoration: none;
}
a.greenlink:visited {
	text-decoration: none;
	color: #00FF34;
}
a.greenlink:hover {
/*	text-decoration: underline;*/
	color: #00FF34;
}
a.greenlink:active {
	text-decoration: none;
	color: #00FF34;
}

a.white9ptlink {
	font-size: 9pt;
	color: #FFF;
	font-weight: bold;
	font-family: Arial;
}
a.white9ptlink:link {
	text-decoration: none;
}
a.white9ptlink:visited {
	text-decoration: none;
	color: #FFF;
}
a.white9ptlink:hover {
	text-decoration: underline;
	color: #FFF;
}
a.white9ptlink:active {
	text-decoration: none;
	color: #FFF;
}


a.button {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	font-family: Arial;
}
a.button:link {
	text-decoration: none;
}
a.button:visited {
	text-decoration: none;
	color: #000;
}
a.button:hover {
	text-decoration: underline;
	color: #000;
}
a.button:active {
	text-decoration: none;
	color: #000;
}

.asselected {
	background-color: #FFFF80;
}

.jasselected {
	background-color: #FFFF80;
}

.whiteborder {
	border: 1px solid #FFF;
}

.lightgrayborder {
	border: 1px solid #BBB;
}

.blackborder {
	border: 1px solid #000;
}

.grayborder {
	border: 1px solid #333;
}

.greenborder {
	border: 2px solid #00FF34;
}

.blackborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
}
.highlighttxtbg {
	background-color: #5B0000;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
.whiteborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.whiteborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.whiteborderbottomright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.graybordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.grayborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: center;
}
.grayborderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
.grayborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;

}
.nombutton {
    border: 2px solid #000000;
    padding: 3px 8px; 
    background: #BF0505;
    width: 250px;
    border-radius: 15px;
}
.nombuttondone {
    border: 2px solid #000000;
    padding: 3px 8px; 
    background: #039013;
    width: 250px;
    border-radius: 15px;
}
.greenbutton {
	background-color: #00FF34;
	border: 1px outset #333333;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.greensmallbutton {
	background-color: #00FF34;
	border: 1px outset #333333;
    padding: 3px 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.formtextinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #767676;
	border: 1px solid #000000;
	padding-left: 5px;
}
.boardborder4sides {
	border: 1px solid #CCCCCC;
}
.boardborder2sides {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.boardborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.boardbordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.boardbordertopandright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.boardborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borderbottomandright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.black8ptbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.white8ptbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.white8pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.blackborder4sides {
	border: 1px solid #000000;
}
.blackborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.blackborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.blackborderbottomandright {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;	
}
.blackborderallbuttop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
