/* CSS Document */
body {
	margin:0px;
}

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;
}

td.menu {
	color:#CCCCCC;
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
}

p.copyright {
	color:#CCCCCC;
	padding:7px;
	font-family:"Courier New", Courier, mono;
	font-size:10px;
}

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

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

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

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

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

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

/* unvisited link */
a.normal:link {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
} 

/* visited link */
a.normal:visited {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}

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

/* selected link */
a.normal:active {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}

a.album {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	text-decoration:none;
	color:#000000;
} 

/* unvisited link */
a.album:link {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	text-decoration:none;
	color:#000000;
} 

/* visited link */
a.album:visited {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

/* mouse over link */
a.album:hover {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	text-decoration:none;
	color:#999999;
}

/* selected link */
a.album:active {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	text-decoration:none;
	color:#999999;
}

.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;
}
