/* http://www.interimfundingcorp.com                */
/* Copyright 2007 Interim Funding Corporation       */
/* Developed by Linda Chow linda@lindachow.com      */

/***** LINKS *****/

a:link 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	text-decoration:none;
	text-transform:none;
	color:#99CCCC;			/* Light blue-green */
}

a:visited 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	color:#99CCCC;			/* Light blue-green */
	font-weight: 700;
}

a:active 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:none;
	color:#FFCC00;			/* Yellow */
	font-weight: 700;
}

a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:none;
	color:#FFCC00;			/* Yellow */
	font-weight: 700;
}


/***** HEADERS *****/

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-style:normal;
	font-weight:800;
	text-transform:none;
	color:#336666;			/* Dark blue-green */
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:600;
	text-decoration:none;
	text-transform:none;
	color:#FFCC00;			/* Orange */
}

h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	text-decoration:none;
	text-transform:none;
	color:#FFFFFF;			/* White */
}

/***** MENU:   This class is for framing data that consist of a side menu  *****/
table.MENU
{
	margin:0pt 0pt 0pt 0pt;
	padding:0pt 0pt 0pt 0pt; 
	border: none;
}

table.MENU tr td 
{  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	border-style: none;
}


/***** CONTENT:  This class is for general data embedded in tables and P tags.  *****/
table.CONTENT tr td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;				/* No bold */
	font-style:normal;				/* No italics */
	text-decoration:none;
	text-transform:none;
	text-align:justify;
	text-indent:0;
	color:#000000;				/* Black fonts */
	margin:0pt 0pt;
	border: none; 
	padding: 0px 0px;
}

p.CONTENT
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	text-align:justify;
	text-indent:0;
	color:#000000;				/* Black fonts */
	margin:5pt 10pt 5pt 15pt;
	border: none;
}


/***** BLUEFOOT: This class defines the links that appears at the end of the footer.  *****/
a:link.BLUEFOOT
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:600;
	text-decoration:none;
	text-transform:none;
	color:#336666;			/* Dark blue-green */
}


/***** YELLOWFOOT: This class defines the links that appears at the end of the footer.  *****/
.YELLOWFOOT
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	text-transform:none;
	color:#FFCC00;			/* Yellow */
	font-weight: 600;
}

