/*-General-----------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6,  div {
	margin:0px;
	padding:0px;
	font-family: Helvetica;
	font-weight:bold;
}

h1 { font-size: 24px}
h2 { font-size: 18px}
h3 { font-size: 15px; color: #333366}
h4 { font-size: 13px; color: #F68355}
h5 { font-size: 11px}
h6 { font-size: 9px; color: #F68355}
p { font-size: 13px; font-weight:bold;}

#darkback {color:#CCCCCC}

a img {border:none;}
a:link { text-decoration: none; color: #ffffff;}
a:visited { text-decoration: none; color: #ffffff;}
a:hover { text-decoration: none; color: #0fb049;}
a:active { text-decoration: none; color: #0fb049;}

ul {
	margin:3px;
	padding:3px;
}

li {
	margin:3px 3px;
	font-size: 13px;
}

/*-Main Page Button Rollovers---------*/

  #ama-buttons a:link { text-decoration: none; color:#ffffff; font-size:24px; font-weight:bold; outline-color:#000000}
  #ama-buttons a:visited { text-decoration: none; color: #ffffff; font-size:24px; font-weight:bold; outline-color:#000000}
  #ama-buttons a:hover { text-decoration: none; color: #ed1c24; font-size:24px; font-weight:bold; outline-color:#000000}
  #ama-buttons a:active { text-decoration: none; color: #ed1c24; font-size:24px; font-weight:bold; outline-color:#000000}
	
/*-Green Button Rollovers---------*/

  #green-buttons a:link { text-decoration: none; color:#000000; font-size:24px; font-weight:bold; outline-color:#ffffff}
  #green-buttons a:visited { text-decoration: none; color: #000000; font-size:24px; font-weight:bold; outline-color:#ffffff}
  #green-buttons a:hover { text-decoration: none; color: #0fb049; font-size:24px; font-weight:bold; outline-color:#ffffff}
  #green-buttons a:active { text-decoration: none; color: #0fb049; font-size:24px; font-weight:bold; outline-color:#ffffff}
	
/*-Red Button Rollovers---------*/

  #red-buttons a:link { text-decoration: none; color:#000000; font-size:24px; font-weight:bold; outline-color:#ffffff}
  #red-buttons a:visited { text-decoration: none; color: #000000; font-size:24px; font-weight:bold; outline-color:#ffffff}
  #red-buttons a:hover { text-decoration: none; color: #ed1c24; font-size:24px; font-weight:bold; outline-color:#ffffff}
  #red-buttons a:active { text-decoration: none; color: #ed1c24; font-size:24px; font-weight:bold; outline-color:#ffffff}

/*-Internal Scrollbar---------*/

#overflowScroll {
    overflow:auto;
    padding: 5px;
    margin-width: 10px;
    width: 585px;
    height: 406px;
    scrollbar-face-color: #333333;
    scrollbar-shadow-color: #DCDCDC;
    scrollbar-highlight-color: #DCDCDC;
    scrollbar-3dlight-color: #DCDCDC;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #333333;
    scrollbar-arrow-color: #DCDCDC;
}
