<!---------------------------------------------------------------------------------

NAME:		asi.css

SYNOPSIS:	...

VERSION:	2.0

CREATED:	07/17/2003

MODIFIED:	...

AUTHORS:	John Nall, Sally Pham

DESCRIPTION:	...

KNOWN ISSUES:   ...

----------------------------------------------------------------------------------->

<style>
A, A:Visited, A:Active {
	text-decoration: none;
	cursor:pointer;
}
.ContainerTitle {
	font-family:arial;
	color: green;
	font-size: .75em;
	font-weight: bold;
}
.ContainerLink {
	color: #000000;
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
.ContainerHeaderText { 
	color: #1c4089; 
	font-size: 0.7em; 
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	}
.ContainerLinkText { 
	color: #6E6D6D; 
	font-size: 0.7em; 
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	}
.ContentTitle {
	color: #1c4089;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}	
.ContentTitle2 {
	color: white;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}	
.ContentTitle3 {
	color: white;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}	
.ContentLink {
	color: #1c4089;
	font-size: 0.7em;
	font-family: Arial;
	; font-weight: normal
	}
.ContentText {
	color: 333333;
	font-size: 0.7em;
	font-weight: normal;
	font-family: arial;
	}	
.ContentTextTitle { 
	font-size: 0.9em;
	color: #1c4089;  
	font-weight: bold; 
	font-family: arial; 
	}		
.PageTitleNavigation {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	color: #98987B;
	font-weight: normal; 	
	}
.FooterText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.6em;
	color: #A2A2A2; 
	font-weight: bold; 
	}
.FooterTextHead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #1c4089; 
	font-weight: bold; 
	}	
.RiderCoursePhone {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	color: #1c4089;
	font-weight: bold; 
	}
.NewsReleaseHomeTitle { 
	color: #1c4089; 
	font-size: 0.8em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: bold; 
	}
.NewsReleaseHomeContent { 
	color: 333333;
	font-size: 0.7em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none;
	font-weight: normal;
	}
.NewsReleaseTitle {
	color: 900202;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	font-family: arial;
	}
.NewsReleaseTitleSmall {
	color: 900202;
	font-size: .6em;
	font-style: normal;
	font-weight: bold;
	font-family: arial;
	}	
.NewsReleaseContentText {
	color: 333333;
	font-size: .7em;
	font-style: normal;
	font-weight: bold;
	font-family: arial;
	}	
.SearchContentText {
	color: 1c4089;
	font-size: 0.7em;
	font-weight: bold;
	font-family: arial;
	}		
.FeatureStoryHomeTitle { 
	color: #1c4089; 
	font-size: 0.7em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none;
	font-weight: bold;
	}
.FeatureStoryHomeContent {
	color: 333333; 
	font-size: 0.7em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none;
	font-weight: normal;
	}
	
a.topnav {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

a.topnav:active {color: #ffffff;}
a.topnav:link {color: #ffffff;}
a.topnav:visited {color: #ffffff;}
a.topnav:hover {color: #FFCC00;}

a.topnavOn {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #FFCC00;
	font-size: 9px;
	text-decoration: none;	
}

a.foldernav {
	color: #000000;
	font-size: 10px;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

a.foldernav:active {color: #000000;}
a.foldernav:link {color: #000000;}
a.foldernav:visited {color: #000000;}
a.foldernav:hover {color: #FFCC00;}

.input {
	color: #666666;
	font-size: 9px;	
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.searchInput {
	color: #336633;
	background-color: #cccccc;
	font-size: 9px;	
	font-family: Verdana, Arial, Helvetica, Sans-serif;

}
.content{
	border: 1px solid #ccc;
	background:#f2f2f2;
	padding:5px;	
}
.blocks {
	padding:10px;
	display:inline-block;

}
h4 span {
	color:#009;	
}
</style>

<!--[if IE]>
	<style type="text/css">
    	.blocks {
        	padding:10px;
            display:inline;
            zoom:1;
            vertical-align:top;
        }
    </style>
<![endif]-->    

