/*
Title  : RFK Solutions Base Stlye StyleSheet
Author : Robert Tang-Richardson
Date   : 10/09/2005
Notes  : The base stylesheet for every page, defines the default presentation styles
		 page specific layout should be placed in the pages' style stylesheet
*/

/* Global */
BODY {
	FONT-SIZE: 12px; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	background-image:url(../images/base/bg_tile.gif);
}

/* Header */
.RFKHeader  { }

/* Buttons */
.RFKLogoBtn{ border-bottom:0px;	border-top:0px; border-left:0px; border-right:0px;}
.RFKCompanyBtn{ border-bottom:0px;	border-top:0px; border-left:0px; border-right:0px;}
.RFKServicesBtn{ border-bottom:0px;	border-top:0px; border-left:0px; border-right:0px;}
.RFKPortfolioBtn{  border-bottom:0px;	border-top:0px; border-left:0px; border-right:0px;}
.RFKContactBtn{ border-bottom:0px;	border-top:0px; border-left:0px; border-right:0px;}
.RFKNewsBtn{ border-bottom:0px;	border-top:0px; border-left:0px; border-right:0px;}

/* Footer */
.RFKFooterPic{	background-image:url(../images/base/footer.jpg); background-repeat:repeat-y;}
.RFKFooter{	text-align:center; font-size:10px;}

/* Misc Stuff */

a.link {	font-size: 11px; color: #000000; text-decoration: none}
a.link:hover{	font-size: 11px;color: #990000; text-decoration: none}

.BorderLess{ border-bottom:0px;	border-top:0px; border-left:0px; border-right:0px;}

.ThinBorder{
border-color:#000000;
border:1px solid black;

}

.Center
{	text-align:center;
}

.Right
{	text-align:right;

}

.Left
{	text-align:left;
}

.\100p
{
	width:100%;

}

.VMid
{ vertical-align:middle;

}

p.BlockHeader
{	font-size:medium;
	color:#006699;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

p.Block
{	font-size:12px;
	color:#000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

p.BlockNB
{
font-weight:normal;	
font-size:12px;
	color:#000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


.AltContent{ 
	font-size:small;
	font-weight:bold;
	color:#006699;
}
.AltContentMed{ 
	font-size:medium;
	font-weight:bold;
	color:#006699;
}
.AltContentNB{ 
	font-size:small;
	color:#006699;
}

.small{font-size: 10px;}

.quoteblock { text-align:center;}

a.quote {	font-size:small; color: #006699; text-decoration: none; text-align:center;}
a.quote:hover{	font-size:small;color: #006699; text-decoration: none; text-align:center;}

