/* BASIC STYLE */

* {
margin:0;
padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/background_tile.jpg);
}

H2 {
	color: #446ba4;
	border-bottom: 1px solid #446ba4;
	margin-bottom: 10px;
	font-size: 25px;
}	

p {
	color: #000;
	padding: 8px;
	font-size:12px;
}

/* LAYOUT STYLE */

#Table_01 {
	position:relative;
	width:800px;
	margin: 0 auto;
}

#td5chips-01_ {
	position:relative;
	width:800px;
	height:191px;
}

#td5chips-02_ {
	position:relative;
	width:800px;
	height:42px;
	background-image: url(../images/td5chips_02.jpg);
	overflow: hidden;
}

#menu {
	margin: 12px;
	font-size:12px;
}

#td5chips-03_ {
	position:relative;
	width:800px;
	height:35px;
		overflow: hidden;
}

#td5chips-04_ {
	width:800px;
	background-image: url(../images/td5chips_04.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#page_content {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
}	

#td5chips-05_ {
	position:relative;
	width:800px;
	overflow: hidden;
}

/* OTHER LAYER STYLES */

#smallmenu {
	margin-top: 20px;
	text-align:center;
}

#copyrightinfo {
	font-size: 9px;
	margin-top: 20px;
	text-align:center;
	border-top: 1px dotted #446ba4;
	padding-top: 5px;
}

#portalaccess {
	text-align: center;
}

/* LINK STYLES */
a.menulink {
	margin-left: 5px;
	margin-right: 5px;
	color: #446ba4;
	font-weight: bold;
	text-decoration: none;				
}

a:hover.menulink {
	color: #000;
}

a.menulinksmall {
	margin-left: 2px;
	margin-right: 2px;
	color: #446ba4;
	font-weight: bold;
	text-decoration: none;				
}

a:hover.menulinksmall {
	color: #000;
}

a.remotelink {
	color: #446ba4;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.remotelink {
	color: #000;
	margin-left: 15px;
	font-size: 18px;
}

/* TABLE STYLES */

th.form {
	color: #fff;
	font-weight: bold;
	background-color: #446ba4;
	padding: 10px;
}

td.form {
	background-color: #cdcdcd;
	padding: 8px;

}

/* INPUT STYLES */

INPUT.form {
	border: 1px solid #a0a0a0;
	padding: 2px;
}

SELECT.form {
	border: 1px solid #a0a0a0;
	padding: 2px;
}

TEXTAREA.form {
	border: 1px solid #a0a0a0;
	padding: 2px;
}

/* LIST STYLES */

ul.pagelist {
	font-size: 14px;
	margin-left:50px;
}

li.pagelistitem {
	font-weight: bold;
}