﻿/***********************/
/* Lars Michael Astrom */
/* Jan. 2009           */
/***********************/

/***************/
/* Link Styles */
/***************/
/* Default Link Styles */
a:link, a:visited, a:active{ 
  text-decoration:underline;
  color:#3e405c;
}

a:hover{
  text-decoration:none;
  color:#5156c4;
}

a:link img, a:visited img, a:active img, a:hover img{
  border:0px;
}

#Navigation a:link, #Navigation a:visited, #Navigation a:active, #Navigation a:hover{
  display:block;
  margin:0 0 10px 0; 
}

/*****************/
/* Header Styles */
/*****************/
/* Page Header Styles */
h1{ 
  font-family:Tahoma, Sans-Serif;
  font-size:24px;
  color:#ffffff;
  margin:0;
  padding:0;
}

h2{
  font-family:Tahoma, Sans-Serif;
  font-size:16px;
  color:#ffffff;
  margin:0;
  padding:0;
}

/***************/
/* Text Styles */
/***************/
/* Main Text Styles */
html{ 
  font-family:Tahoma, Sans-Serif; 
  font-size:14px;
  color:#5156c4;
  line-height:24px;
  text-align:left;
}