/*
 * Client:		Robart Mfg. R-C Model Airplane Parts
 *			www.robart.com
 *
 * Language:	Cascading Style Sheets
 *
 * Created by:	Dean Jensen
 * Created on:	06-FEBRUARY-04
 *
 * Copyright:	The contents of this file are protected under the United States
 * 			copyright laws as an unpublished work, and is confidential and
 * 			proprietary to Synergistic Networks, Inc.  Its use or disclosure in
 * 			whole or in part without the expressed written permission of
 * 			Synergistic Networks, Inc. is expressly prohibited.
 *
 * 			Copyright 2004 by Synergistic Netowrks, Inc. All rights reserved.
 */

A.topmenu
 {
	color: #37485C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: oblique;
	text-decoration: none;
 }

P
 {
	color: #37485C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .7em;
	margin-top: 0;
	margin-bottom: 10;
 }

P.special
 {
	color: #37485C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	font-style: oblique;
 }

H1
 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: BOLD;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 4;
 }

H2
 {
	color: #37485C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: BOLD;
	font-size: .7em;
	margin-top: 0;
	margin-bottom: 8;
 }

UL
 {
	margin-left: 18;
 }

LI
 {
	list-style-image: url(images/bullet_plane.gif);
 }

SPAN.bullet
 {
	color: #37485C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .7em;
	margin-top: 0;
	margin-bottom: 10;
 }

A, A.bullet
 {
	color: #37485C;
 }

A:hover, A.bullet:hover
 {
	color: #000000;
 }

P.links
 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .7em;
	text-decoration: none;
	margin-top: 1;
	margin-bottom: 3;
 }

A.links
 {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
 }

A.links:hover
 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
 }

HR
 {
	color: #999999;
	height: 1px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
 }

FORM
 {
	margin-top: 0;
	margin-bottom: 0;
 }

INPUT, TEXTAREA, SELECT
 {
	FONT-SIZE: 8pt; 
	COLOR: black; 
	FONT-FAMILY: Arial,Helvetica,Univers,Zurich BT;
	background-color : #FFFFFF;	// f1f1f1
 }

INPUT.buttons
 {
	FONT-WEIGHT: BOLD;
	FONT-SIZE: 8pt; 
	COLOR: #000000; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color : #B5BCC3;
	CURSOR: hand;
 }

INPUT.RADIO
 {
	border: 0px;
	background-color: transparent;
 }