/* Standard, global stuff */
BODY{ font-size:12px; font-family:Verdana; background-color:white; }
A{ font-size:12px; font-family:Verdana; color:black; }
TD{ font-size:12px; font-family:Verdana; }
A:hover{ color:blue; }
LI{ margin-bottom:5px; }

/* When normal weight won't work for an <a> tag */
.strong_a{ 
	font-weight:bold;
}

/* titles and subtitles: generally these are the "more bold" elements */
.title_link{ 
	font-size:18px; 
	font-family:Arial;
	font-weight:bold;
	color:black; 
}

.title_nolink{ 
	font-size:18px; 
	font-family:Arial;
	font-weight:bold;
	color:black; 
}


.subtitle_link{ 
	font-size:16px; 
	font-family:Arial;
	font-weight:bold;
	color:black; 
}

.subtitle_nolink{ 
	font-size:16px; 
	font-family:Arial;
	font-weight:bold;
	color:black; 
}

/* Special subsection header for the AUP */
.aup_section_header{ 
	font-size:14px; 
	font-family:Arial;
	font-weight:bold;
	color:black; 
}

/* Bold red, slightly larger than normal text */
.red_accent{
	font-size:13px;
	font-family:Verdana;
	font-weight:bold;
	color:red;
}

/* For those light-grey background tables ( like in set/index.htm ) */
.table_highlight{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	background-color:#EEEEEE;
	text-align:center;
}

.table_highlight A{
	color:black;
}

.table_highlight A:hover{
	color:blue;
}

/* Any "standard disclaimer" that needs to be emphasized */
.disclaimer_red{
	font-size:12px;
	font-family:Verdana;
	color:red;
}

/* Used in the "common settings" area.  looks like ASD output */
.list_align_r{
	text-align:right;
	font-weight:bold;
}
.list_align_l{
	text-align:left;
}

/* Highlighted lines in the software lists */
.software_highlight{
	background-color:#EEEEEE;
}
.software_highlight A{
	font-size:14px;
	font-weight:bold;
        color:black;
}
.software_highlight A:hover{
	color:blue;
}

/* Non-highlighted lines in the software lists */
.software_normal{
	background-color:white;
}
.software_normal A{
	font-size:14px;
	font-weight:bold;
        color:black;
}
.software_normal A:hover{
	color:blue;
}

/* Used in the common header each page gets */
.common_header_table{
	background-color:white;
}

/* Used in the common footer each page gets */
.common_footer_table{
	background-color:white;
}
.common_footer_table TD{
	font-size:10px;
	text-align:center;
}
.common_footer_table A{
	font-size:10px;
	color:black;
}
.common_footer_table A:hover{
	color:blue;
}

/* Used in only the main index pages ( for the "visit vISP homepage" thingie ) */
.visit_home_table{
	background-color:#EEEEEE;
}
.visit_home_table TD{
	font-size:10px;
	text-align:center;
}
.visit_home_table A{
	font-size:10px;
	color:black;
}
.visit_home_table A:hover{
	color:blue;
}
	


