﻿/* common --------------------------------------------------------------------------*/
#common1{
	/*background:url(media/bg_top.gif) repeat-x top #FFFFFF;*/
	width:100%;
	height:auto;
}
#common2{
	/*background:url(media/bg_right.gif) repeat-y right;*/
	width:100%;
	height:auto;
}
#common3{
	/*background:url(media/bg_bottom.gif) repeat-x bottom;*/
	width:100%;
	height:auto;
}
#common4{
	/*background:url(media/bg_left.gif) repeat-y left;*/
	width:100%;
	height:auto;
}
#common5{
	/*background:url(media/curve_topleft.gif) no-repeat top left;*/
	width:100%;
	height:auto;
}
#common6{
	/*background:url(media/curve_topright.gif) no-repeat top right;*/
	width:100%;
	height:auto;
}
#common7{
	/*background:url(media/curve_bottomright.gif) no-repeat bottom right;*/
	width:100%;
	height:auto;
}
#common8{
	/*background:url(media/curve_bottomleft.gif) no-repeat bottom left;*/
	width:auto !important;
	width:100%;
	height:auto;
	padding:20px;
}
/* --------------------------------------------------------------------------*/
.title{
	text-align:left;
	font-family:Arial;
	font-weight:bold;
	color:#310230;
	font-size:14pt;
	font-variant:small-caps;
	text-decoration:underline;
	font-style:italic;
	margin-bottom:3px;
}
.titleb{
	text-align:left;
	font-family:Arial;
	font-weight:bold;
	font-size:14pt;
	font-variant:small-caps;
	text-decoration:underline;
	margin-bottom:3px;
}
.actionbuttons{
	text-align:right;
	padding-top:10px;
}
