/* Last update: Hens Zimmerman, April 12, 2006. */

/* Re-definitions. */

/* NB: a:link/active/hover/visited must be in this order. */

a:link
{
  text-decoration: none;
  text-transform:  none;
  color:           blue;
}

a:active
{
  text-decoration: none;
  text-transform:  none;
  color:           #ff6600;
}

a:hover
{
  text-decoration: none;
  text-transform:  none;
  color:           #ff6600;
}

a:visited
{
  text-decoration: none;
  text-transform:  none;
  color:           blue;
}

body
{
 background-color: #ffffff;
 color: #000000;
 font-family: Verdana, Geneva, Arial, Swiss, sans-serif;
 /* font-size: 8pt; */
 font-size: 12px;
 font-style: normal;
 list-style-type: disc;
 margin: 0;
/* text-align: justify; */
}

/*
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

/* Menu links. */

a.m_link:link {color: white; text-decoration:none; font-size: 8pt;}
a.m_link:visited {color: white; text-decoration:none; font-size: 8pt;}
a.m_link:hover {color: #ff6600; text-decoration:none; font-size: 8pt;}
a.m_link:active {color: white; text-decoration:none; font-size:8pt;}

/* Body links. */

a.b_link:link {color: blue; text-decoration:none; font-size: 8pt;}
a.b_link:visited {color: blue; text-decoration:none; font-size: 8pt;}
a.b_link:hover {color: #ff6600; text-decoration:none; font-size: 8pt;}
a.b_link:active {color: blue; text-decoration:none; font-size: 8pt;}

/* Size classes (do not specify colors here). */

.cf_copyright
{
 font-size: 8pt;
}

.cf_small
{
 margin-left: 15;
 margin-right: 15;
 margin-top: 15;
 font-size: 90%;
/* text-align: justify; */
}

.cf_default
{
 margin-left: 15;
 margin-right: 15;
 margin-top: 15;
 font-size: 8pt;
/* text-align: justify; */
}

.cf_large
{
 margin-left: 15;
 margin-right: 15;
 margin-top: 15;
 font-size: 10pt;
/* text-align: justify; */
}

/* Special layout classes (specify colors here). */

.cf_special1
{
 color: #ff6600;
 font-weight: bold;
}

.cf_special2
{
 color: #0099ff;
 font-weight: bold;
}

.cf_special3
{
 margin-left: 15;
 margin-right: 15;
 margin-top: 15;
 background-color: #3366cc;
 color: #ffffff;
 font-weight: bold;
}

.cf_special4
{
 color: #bbbbbb;
 font-weight: bold;
}

.cf_special5
{
 background-color:#99ccff;
}

.cf_leftmenu1
{
 background-color:#000066;
 color: #ffffff;
 font-weight: bold;
 margin-left: 15;
}

.cf_leftmenu2
{
 margin-left: 20;
}

/* To review the resume, a fixed font. */

.cf_review
{
 font-family: Courier New, Courier, fixedsys;
 font-size: 10pt;
}

.cf_li_default
{
 color: #FFFFFF;
 font-size: 8pt;
 margin-left: 0;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
}

.cf_li_menu
{
 color: #FFFFFF;
 list-style: none;
 font-size: 8pt;
 margin-left: 4;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
}

.cf_li_body
{
 color: #000000;
 font-size: 8pt;
 margin-left: 24;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
 list-style: disc;
}

.cf_li_body2
{
 color: #000000;
 font-size: 8pt;
 margin-left: 24;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
 list-style: none;
}

.smalltable
{
  font-size: 9px;
}

.small_edittext
{
  font-size: 10px;
}

.small_resumetext
{
  font-size: 12px;
}
