body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.mainCellBG {
	background-color: #000033;
	background-image: url(images_v2/layout/cellBG_Main.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mainCellBG td {
	border: 1px solid #4B70C8;
	
}
.colorCellBG {	background-color: #EC8D00;
	background-image: url(images_v2/layout/cellBG_Color.jpg);
	background-repeat: repeat-x;
}
.colorCellBG td {
	border: 1px solid #FFDC71;
	
}

.color2CellBG {	background-color: #223476;
	background-image: url(images_v2/layout/cellBG_Color2.jpg);
	background-repeat: repeat-x;
}
.color2CellBG td {
	border: 1px solid #6699FF;
	
}
.headerCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9201;
}
.headerCell td {
	border: 1px solid #FFC93D;
	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D5DEF4;
}
.yellowLinkl {
	color: #FFCC00;
}

hr {
	color: #6699FF;
}
.formInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #FF6600;
	background-color: #FF6600;
}
.picBorder {
	border: 4px solid #FFF8DF;
}
