

/* Start of CMSMS style sheet '01_general' */
/**
 * #############################################################################
 * # --------------------- simpleCSS .::. A CSS Framework -------------------- #
 * # ---- Designed and Developed by Hugo!Net <bradj @="hugonet.com.au" /> ---- #
 * #############################################################################
 * 
 * >>> $Id$
 */

/* ############################ Main Typography ############################# */
body, p, td, th, li
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:20px;
  color:#000000;
}

p
{
  margin-bottom:10px;
}

blockquote p
{
  margin: 0 0 18px 18px;
  color:#666666;
  font-style: italic;
}

strong
{
  font-weight:bold;
}

em
{
  font-style:italic;
}

hr {
  border-top:2px dashed #7C787B;
  border-left:0;
  border-right:0;
  border-bottom:0;
}

/* ################################ Headings ################################ */
h1
{
  color:#BD1E30;
  font-size:30px;
  font-weight:bold;
  margin:10px 0 15px;
}

h2
{
  color:#BD1E30;
  font-size:25px;
  margin:10px 0 15px;
  text-decoration:underline;
}

h3
{
  color:#BD1E30;
  font-size:18px;
  margin:0 0 5px;
}

/* ############################## Link Styles ############################### */
a:link, a:visited
{
  color:#4E9BC3;
}

a:hover, a:active
{
  color:#BD1E30;
  text-decoration:none;
}

/* ################################## Lists ################################# */
ul
{
  margin-left:25px;
}

ol
{
  margin-left:25px;
  
}

/* ########################## Standard Definitions ########################## */
.left     {float:left;}
.right    {float:right;}
.clearThis  {clear:both;}
.small    {font-size:.625em;}
.large    {font-size:1em;}
.soft   {color:#D3D3D3;}
.hide   {display:none;}
p.last    {margin-bottom:0px;}
/* End of '01_general' */

