/* ----------------------------------------
  Your Move France Stylesheet
   © Aztech Business Systems 2004
   www.aztechsystems.net
   ----------------------------------------
   Created by Chris Laythorpe
   on 16-Sept-04 at 11:05 am
   ----------------------------------------
   
   MAKE CHANGES WITH CARE!
   Checked Using jigsaw.
    */


/* ---------------------------------------- */
/* HTML Prep                                	*/
/* ---------------------------------------- */
.navFont {
	padding-top: 5px;
	color: #ffffff;
}
.navSplit {
	/* font: bold 14px tahoma, verdana, arial; */
	padding-top: 5px;
	color: #ffffff;
}
/* ---------------------------------------- */
/* Fonts & Links {class}                   	*/
/* ---------------------------------------- */
.dateTime {
	font : 12px tahoma, verdana, arial;
	color: #2E5D12;
	padding-top: 9px;
}
.bubbleFont {
	font : 12px tahoma, verdana, arial;
}
.formTopFont {
	font : bold 16px tahoma, verdana, arial;
	color: #dc143c;
}
.formSubFont {
	font : bold 12px tahoma, verdana, arial;
}
.mainContentFont {
	font : 12px tahoma, verdana, arial;
}
.hotTopicFont {
	font: 12px tahoma, verdana, arial;
	color: #2E5D12;
}
.mainHeader {
	font: bold 18px trebuchet ms, tahoma, verdana, arial;
	bottom-padding: 8px;
	color: #2E5D12;
}
.bottomNavigation {
	font: 12px tahoma, verdana, arial;
	color: #7e7e7e;
}
.copyrightText {
	font: 11px tahoma, verdana, arial;
	color: #7e7e7e;
}
a
{
	color: #4682b4;
	font: 12px tahoma, verdana, arial;
	text-decoration: none;
}
a:hover
{
	color: #00bfff;
	font: 12px tahoma, verdana, arial;
	text-decoration: underline;
}
/* ---------------------------------------- */
/* Form Fields & Drop Downs & Stuff	*/
/* ---------------------------------------- */
.formFields
{
	font: 12px tahoma, verdana, arial;
	color: #b8860b;
}
.selectClass
{
	font: 12px tahoma, verdana, arial;
	background-color: #b0c4de;	
}
/* ---------------------------------------- */
/* DIV & SPAN CSS TAGS                 	*/
/* ---------------------------------------- */
#outer { 
    position: absolute; 
    top: 200px; left: 200px; 
    width: 200px; 
    color: red;
}
