
/* ================================================================
 * COMMON.CSS
 * DESCRIPTION:
 *  - Common Cascading Style Sheet
 *  - Alexander Nicolaides
 * 
 * REVISED DATE:
 *  - 10/2007
 *
 * Copyright 2007 7webDesign.
 * ================================================================ */


/* ----------------------------------------------------------------
 * GENERAL BODY & TEXT
 * ----------------------------------------------------------------*/

P, TD, OL, UL, DL, BODY 
{
	font-size: 11pt; 
	color: #333333; 
	font-family: Arial, Verdana, Helvetica;
}			   

html, body 
{
 margin: 0;
 padding: 0;
}

h1
{
	font-size:20px;
	font-weight:normal;
	color:#dd0000;
}
.subOptions {display:none;}





/* ----------------------------------------------------------------
 * DIVS
 * ----------------------------------------------------------------*/
 
#rightdiv 
{
    float:right; 
    padding:0 10px 20px 10px; 
    margin:0 0 0 10px;
    width:250px; 
    border-left:solid 3px #ccc;
    font-size:10pt;
}
#rightdiv A:link, #rightdiv A:visited {font-weight:normal; color:#0000FF; text-decoration:none;}
#rightdiv A:active, #rightdiv A:hover {font-weight:normal; color:#FF0000; text-decoration:underline;}

/* ----------------------------------------------------------------
 * HEADINGS AND PARAGRAPHS
 * ----------------------------------------------------------------*/
.news {}

/* ----------------------------------------------------------------
 * LINKS
 * ----------------------------------------------------------------*/

A:link, A:visited {font-weight:normal; color:#0000FF; text-decoration:none;}
A:active, A:hover {font-weight:normal; color:#FF0000; text-decoration:underline;}


img { border:0; text-decoration:none; }
a img, a:hover img, a:link img { border:0; text-decoration:none; }

/* ----------------------------------------------------------------
 * FORMS
 * ----------------------------------------------------------------*/


/* ----------------------------------------------------------------
 * MENUS
 * ----------------------------------------------------------------*/
 
 a.menubutton:link, a.menubutton:visited { color:#fff; font-size:14px; font-weight:bold; text-decoration: none;}
 a.menubutton:hover, a.menubutton:active { color:#fff; font-size:14px; font-weight:bold; text-decoration: underline;}
 a.menubuttonselected:link, a.menubuttonselected:visited,a.menubuttonselected:hover, a.menubuttonselected:active  { color:#fff; font-size:14px; font-weight:bold; text-decoration: underline;}



/* ----------------------------------------------------------------
 * TITLES AND HEADINGS
 * ----------------------------------------------------------------*/



/* ================================================================
 * Copyright © 2007 7webdesign.
 * ================================================================ */
