/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
}
td.pad3 {
	padding:3px;
}
td.pad5 {
	padding:5px;
}
td.pad7 {
	padding:7px;
}
td.title {
	font-size:14px;
	color:#FFFFFF;
	padding:3px;
}

p.copyright {
	font-size:9px;
}

a {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#305FAF;
} 

/* unvisited link */
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#305FAF;
} 

/* visited link */
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#305FAF;
}

/* mouse over link */
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#305FAF;
}

/* selected link */
a:active {
	text-decoration:none;
	font-weight:bold;
	color:#305FAF;
}

.textinput {
        border: 1px solid #D1D7DC;
        padding-left: 3px;
        padding-right: 3px;
}

.button {
        border: 1px solid #ccd7e0;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.font10 {
	font-size:10px;
}

.font12 {
	font-size:12px;
}

.font14 {
	font-size:14px;
}
