/* 
Transam Microsystems Style Sheet, 09/09/02 

 - Patrick James, 08-09/2002

This file must always be named "transam.css" ; if not, the 
website's styles will not be called and imposed.

This stylesheet defines the <body>, <ul>, <h1>, <h2> and <a> HTML tags.
It also defines suggested classes "main", "small" and, partially, "submenu",
an integral part of the menu system.

*/

Body 
{
color: #666666;
background-color: white;
font-family: Verdana;font-size:12px
}

/* 
Styles for bullet point lists, using "graphics/bullet.gif" 
This should fix FrontPage's apparent bugs with lists, 
which use an image for the bullet point.
*/

ul 
{
color: #666666;
font-size: 12px; 
font-family: Verdana; 
list-style-image: url('graphics/bullet.gif')
}

/* Text styles and sizes (4)*/

/* (1) .main - Imposed by the table which surrounds and 
binds the page, within a width of 760 pixels */

.main                  
{
color: #666666;
font-size: 12px;
}

/* (2).small - Used for the dateline and, perhaps, more eg captions, etc*/
.small
{
font-size: 10px;
}


/* (3) Heading 1, h1 - The page or section title, below the menubar */
h1
{
font-size: 21px;
font-weight: 400;
}

/* (4) Heading 2, h2 - Subtitles*/
h2
{
font-size: 16px;
font-weight: 220;
}

/* Hyperlink styles, including underlining of links visited and hovered over */

A:link 
{
color: #00A6FF;
text-decoration: none; font-family:Verdana; font-size:12px
}

A:visited
{
color: #FFA600;
text-decoration: none; font-family:Verdana; font-size:12px
}

A:hover
{
color: #FFA600;
text-decoration: underline; font-family:Verdana; font-size:12px
}

/* Drop down menu styles - these make a menu item appear bold when the mouse is over it */

A.subMenu
{
color: white;
font-family: arial, helvetica;
font-size: 12px;
text-decoration: none;
}

a:hover.subMenu
{
color: white;
background: 000080;
text-decoration: none;
font-weight: bold;
}

a:visited.subMenu
{
color: white;
background: 000080;
}

/* End of Style Sheet */