/*/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/*/
/*/~~~ | MEHP-P-AWJ.Index.CSS | -> LastUpdated: 20220328 <- ~~~/*/
/*/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/*/


/* | 1.BODY | */

body {
background-color: #000000;
color: #FFFFFF;
}


/*
//Option-1a/
** If a 'Gradient' ...
replace with, e.g. 
"height:100%;
 background:-moz-linear-gradient(top, #666, #CCC) no-repeat #ccc;
 background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#ccc)) no-repeat #ccc;"
 (*NOTE*: You'll need toadjust the external-MAINcontainer 'corner-colors' accordingly!)
/Option-1a//
//Option-1b/
** If an 'Image' ...
replace with "background-image: url("name.gif/.jpg/.png");"
/Option-1b//
}
*/ /* OPTIONAL Background*/


/* | 2.TEXT | */

font {
font-family: "Arial", Geneva, Helvetica, sans-serif;
font-size: 75%;
color: #FFFFFF;
}


/* | 3.LINKS | */

/* Unvisited */
a:link {
color: white;
}

/* Visited */ 
a:visited {
color: white;
}

/* Hover-Over */
a:hover {
color: #4D206D/*ValentinePurple*/;
}

/* Selected */
a:active {
color: red;
}


/* | 4.HEADINGS | */

/*
h1, h3, h4 {margin-top: 15px; font-family: "Black Chancery", Arial, Geneva, Helvetica, sans-serif; color: #0000FF;}
h1 {font-size: 300%; color: #000000;}
h3 {font-size: 120%; color: #33ff33}
h4 {font-size: 90%; font-weight: normal; color: #33ff33}
*/ /* [NOT-USED] */


/* | 5.MAIN-CONTAINER | */

/* Container */
.container {
width: 100%;
background: #c90000;
margin: auto;
color: #FFFFFF;
}

/* Top-OUTER-Corners to Page-Background-Color */
.rtop{
display: block;
background: #000000;
}

/* Top-MAINcontainerColor-LENGTH */
.rtop *{
display: block;
height: 1px;
overflow: hidden;
background: #c90000;
}

/* Bottom-MAINcontainerColor-CORNERS */
.rbottom{
display: block;
background: #c90000;
}

/* Bottom-MAINcontainerColor-LENGTH */
.rbottom2 *{
display: block;
height: 1px;
overflow: hidden;
background: #c90000;
}

/* Bottom-OUTER-Corners to Page-Background-Color */
.rbottom2{
display: block;
background: #000000;
}

/* Bottom-LinksUpdatedCopyright-LENGTH */
.rbottom *{
display: block;
height: 1px;
overflow: hidden;
background: #666666;
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}


/* 6.TABLES */

#table2 {
width: 80%;
border: 2px solid #FFFFFF;
}
#tr2 {
}
#td2 {
background-color:#000000;
padding: 20px;
text-align:justify;
}


/* 7.NAVIGATION BUTTONS */

.button {
color: #800000;
font-size: 12px;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 5px;
width: 160px;
height: 20px;
margin: 6px 1px 5px 1px;
padding: 7px 0px 0px 0px;
border: 2px solid #800000;
background-color: #FFFFFF !important;
}


/*/~~~END~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/*/