.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form {
	color: Green;
 
}

.shirt_details {
        font-size: 7px;
}

.small {
        font-size: 10px;
}

TABLE.about {	
	border: 1px solid #000000;
	width: 100%;

}

TD.about_title {
	font-weight:bold;
        font-size: 12px;

}

TD.about_text {
        font-size: 12px;

}

TD.about_year {
        font-size: 13px;
	font-weight:bold;
	background-color: red;

}
a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	COLOR: #FF0000;
	text-decoration: none;
}

a.active	{
	color: #FFFF66;
}

a.visited	{
	color: #FFFF88;
}


a.white {
	color: #ffffff;
        line-height: 1.5;
}

a.white:hover	{
	color: #eff3ff;
        line-height: 1.5;
}

a.white:visited	{
        line-height: 1.5;

}

a.welcome {
        line-height: 1.5;
	font-size: 15px; 
}

a.welcome:hover   {
        color: #000000;
        line-height: 1.5;
	font-size: 15px; 
}

a.welcome:visited {
        line-height: 1.5;
	font-size: 15px; 

}


/* Headings */
h1, h2, h3, h4, h5 {
	color: #000000;
	font-weight: 400;
	line-height:1;
    /*border-bottom: 2px solid; */
    margin-bottom: 3px;
}

h1 {	 
	font-size: 25px; 
}

h2 {	 
	font-size: 13.5pt;

}

h3 {	
	font-size: 16.5pt; 
}

h4 {	 
	font-size: 11pt; 
	font-weight:bold;
}

h5 {
	font-size: 10pt; 
}

.content0 { FONT-SIZE: 80%; FONT-FAMILY: Verdana, sans-serif }
.box { FONT: 70% Verdana, sans-serif; COLOR: #000000 }


.aaaTable {
    BORDER-RIGHT: #669999 1px solid; BORDER-TOP: #669999 1px solid; BORDER-LEFT: #669999 1px solid; BORDER-BOTTOM: #669999 1px solid
}

.menuBarRight {
    font:10px verdana;
    text-align: right;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    /* background-color:#f3f3f3; */
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}
.menuBarLeft {
    font:10px verdana;
    text-align: left;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    /* background-color:#f3f3f3; */
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}
.menuBar {
    font:10px verdana;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    /* background-color:#f3f3f3; */
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}
.inputbox {
    font:9px verdana;
}





/*================================================================================*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(media/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(media/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


