/* Stylesheet for BEC project */

BODY
{
	font-weight: normal;
	font-size: 13px;
	background-image: url(Image\bodybg.jpg);
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma;
	letter-spacing: normal;
	background-color: white;
}

SPAN
{
   FONT-FAMILY: Tahoma;
   FONT-SIZE: 13px;
   FONT-WEIGHT: normal;
   LETTER-SPACING: normal;
   TEXT-TRANSFORM: none;
   WORD-SPACING: normal
}

THEAD
{
	background-color: Gray;
}

TBODY
{
	font-size: smaller;
}

.HeaderText
{
	background-color: #CC0001;
	font-family: Tahoma;
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: maroon;
}

.h1
{
	background-color: white;
	font-family: Tahoma;
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: maroon;
}

h2 {
	font-family: Tahoma;
	font-size:105%;
	font-weight: bold;
	text-align: left;
	color: #CC0003;
}

h3 {
	font-family: Tahoma;
	font-size:60%;
	font-weight: bold;
	text-align: left;
	color: #CC0003;
}

h4 
{	
	font-family: Tahoma;
	font-size:140%;
	font-weight: bold;
	text-align: left;
	color: #CC0003;
}

.LightIndText
{	
	background-color: transparent;
	font-family: Tahoma;
	font-size:11pt;
	color: maroon;
	font-weight: bold;
}

.TableBorder
{
	border-color: white;
	border-style:solid;
	border-width:1;
	margin-left: auto;
    margin-right: auto;
    text-align:center;
    width:760px;   
}


.LinkButtonsAlt
{
	font-family: Tahoma;
	font-weight: bold;	
	background-color: transparent;
}

.LinkButtonsAlt A:visited
{
	color: red;
}

.LinkButtonsAlt A:link
{
	color: red;
}



A:link
{
	color: red;
}

A:Visited
{
	color: red;
}
