/* 업무단화면 */ /* 기본 */
body,td,p,br,input,select,textarea,form,option {
	font-family: "돋움";
	font-size: 12px;
	color: #666666;
}

body {

}

img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

/* 공통업무 서비스 */
.subtit_red {
	font-size: 11px;
	color: #007597;
	font-weight: bold;
	text-align: center;
}

.subtit_red a:link {
	text-decoration: none;
	color: #DE2B39;
}

.subtit_red a:visited {
	text-decoration: none;
	color: #DE2B39;
}

.subtit_red a:active {
	text-decoration: none;
	color: #DE2B39;
	background-image: url(/images/egovframework/guide/left_tit_bar.gif);
}

.subtit_red a:hover {
	text-decoration: none;
	color: #E74D59;
}

.subtit_blue01bg {
	font-size: 11px;
	color: #00627E;
	font-weight: bold;
	background-image: url(/images/egovframework/guide/sub_title_bg01.gif);
	height: 24px;
	text-align: center;
	padding-top: 2px;
	background-repeat: no-repeat;
}

.subtit_blue01bg a:link {
	text-decoration: none;
	color: #196B82;
}

.subtit_blue01bg a:visited {
	text-decoration: none;
	color: #196B82;
}

.subtit_blue01bg a:active {
	text-decoration: none;
	color: #196B82;
	background-image: url(/images/egovframework/guide/left_tit_bar.gif);
}

.subtit_blue01bg a:hover {
	text-decoration: none;
	color: #1188A9;
}

/* 공통기술 서비스 */
.subtit_blue {
	font-size: 11px;
	color: #0089B1;
	padding-left: 15px;
	font-weight: bold;
}

.subtit_blue a:link {
	text-decoration: none;
	color: #4672C2;
}

.subtit_blue a:visited {
	text-decoration: none;
	color: #4672C2;
}

.subtit_blue a:active {
	text-decoration: none;
	color: #4672C2;
	background-image: url(left_tit_bar.gif);
}

.subtit_blue a:hover {
	text-decoration: none;
	color: #56AADF;
}

.text_gray {
	font-size: 11px;
	color: #5A5A5A;
	padding-left: 16px;
	background-image: url(/images/egovframework/guide/dot_blue.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	line-height: 15px;
	background-position: 9px -6px;
}

.text_gray a:link {
	text-decoration: none;
	color: #5A5A5A;
}

.text_gray a:visited {
	text-decoration: none;
	color: #5A5A5A;
}

.text_gray a:active {
	text-decoration: none;
	color: #5A5A5A;
	background-image: url(/images/egovframework/guide/left_tit_bar.gif);
}

.text_gray a:hover {
	text-decoration: none;
	color: #949494;
}

.text_gray_dot {
	font-size: 11px;
	color: #5A5A5A;
	padding-left: 16px;
	background-image: url(/images/egovframework/guide/dot.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding-top: 4px;
	line-height: 15px;
}

.text_gray_dot a:link {
	text-decoration: none;
	color: #5A5A5A;
}

.text_gray_dot a:visited {
	text-decoration: none;
	color: #5A5A5A;
}

.text_gray_dot a:active {
	text-decoration: none;
	color: #5A5A5A;
	background-image: url(left_tit_bar.gif);
}

.text_gray a:hover {
	text-decoration: none;
	color: #949494;
	
}

.text_rgray {
	font-size: 11px;
	color: #646464;
	padding-left: 28px;
	background-image: url(img/dot_red.gif);
	background-repeat: no-repeat;
	background-position: 21px 10px;
	padding-top: 4px;
	line-height: 15px;
}

.text_rgray a:link {
	text-decoration: none;
	color: #5A5A5A;
}

.text_rgray a:visited {
	text-decoration: none;
	color: #5A5A5A;
}

.text_rgray a:active {
	text-decoration: none;
	color: #5A5A5A;
	background-image: url(/images/egovframework/guide/left_tit_bar.gif);
}

.text_rgray a:hover {
	text-decoration: none;
	color: #949494;
}

.subtit_bluebg {
	font-size: 11px;
	color: #196B82;
	font-weight: bold;
	background-image: url(/images/egovframework/guide/sub_title_bg.gif);
	height: 24px;
	text-align: center;
	padding-top: 2px;
}

.subtit_bluebg a:link {
	text-decoration: none;
	color: #196B82;
}

.subtit_bluebg a:visited {
	text-decoration: none;
	color: #196B82;
}

.subtit_bluebg a:active {
	text-decoration: none;
	color: #196B82;
	background-image: url(/images/egovframework/guide/left_tit_bar.gif);
}

.subtit_bluebg a:hover {
	text-decoration: none;
	color: #1188A9;
}

.table_white_bgline {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1CC;
	border-left-color: #E1E1CC;
}

.letter {
	font-size: 11px;
}
