﻿.commonTable a:link {text-decoration:none; color: black;}    /* unvisited link */
.commonTable a:visited {text-decoration:none; color: black;} /* visited link */
.commonTable a:hover {text-decoration:none; color: black;}   /* mouse over link */
.commonTable a:active {text-decoration:none; color: black;}  /* selected link */

/**
*
* TYPOGRAPHY
*
*/

/* USED if GSDOriginal is true */
.fontRed a:link, .fontRed a:visited, .fontRed a:hover, .fontRed a:active { 
	color: red;
}

.fontRed {
	color: red;
}

/* USED if Valid is true */
.fontGreen a:link, .fontGreen a:visited, .fontGreen a:hover, .fontGreen a:active {
	color: green;
}

.fontGreen {
	color: green;
}

/* Used if Status is equal to missapplied name */
.fontGray a:link, .fontGray a:visited, .fontGray a:hover, .fontGray a:active {
	color: gray;
}

.fontGray {
	color: gray;
}

.f_title {
	text-align: center;
}

.t_value3 {
	text-align: left;
}

.memo {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: black;
}

hr {
	border: 0;
	border-top: 1px dashed #cccccc;
	width: 750px;
}

#famtbl td:first-child {
	padding-left: 10px;
}