/**********************************************************\
*                                                          *
*   Original code written by Robot Agency Studios for:     *
*   American Achievement Corporation                       *
*                                                          *
*   Contact us for support, upgrades, or assistance.       *
*   See www.robotagency.com for current contact info.      *
*                                                          *
*   Any modifications to the code below not written by     *
*   Robot Agency Studios will invalidate any and all       *
*   warranty previously agreed upon.  While Robot          *
*   Agency Studios is not responsible for repairing such   *
*   a modification, you may request an estimate from us.   *
*                                                          *
\**********************************************************/

/* Master Styles */
body { text-align: left; background-color: #FFF; padding: 10px; margin: 0; }
body, p, div, td, th { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
th { font-weight: bold; text-align: center; }
h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; margin-bottom: 10px; }
h4 { font-size: 13px; margin-bottom: 8px; }
/* select { font-size: 13px; } */
.input_file { font-size: 11px }

/* Link Styles */
a { color: #ec843b; cursor: pointer; }
a.noline { text-decoration: none; }
a:hover { color: #d37644; }
a.hover:link, a.hover:visited, a.hover:active { text-decoration: none; }
a.hover:hover { text-decoration: underline; }
